IDTSPersistenceComponent100.Load 메서드

정의

컬렉션 내의 사용자 지정 속성을 로드합니다.

public:
 void Load(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSObjectModel100 ^ pIDTSObjectModel, Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSCustomPropertyCollection100 ^ pIDTSCustomPropertyCollection);
[System.Runtime.InteropServices.DispId(11)]
public void Load (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObjectModel100 pIDTSObjectModel, Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomPropertyCollection100 pIDTSCustomPropertyCollection);
[<System.Runtime.InteropServices.DispId(11)>]
abstract member Load : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObjectModel100 * Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomPropertyCollection100 -> unit
Public Sub Load (pIDTSObjectModel As IDTSObjectModel100, pIDTSCustomPropertyCollection As IDTSCustomPropertyCollection100)

매개 변수

pIDTSObjectModel
IDTSObjectModel100

컬렉션에서 사용할 수 있는 개체 모델입니다.

pIDTSCustomPropertyCollection
IDTSCustomPropertyCollection100

속성 컬렉션에 있는 사용자 지정 개체입니다.

특성

적용 대상