IDTSPersistenceComponent100.Save 메서드

정의

사용자 지정 속성 개체를 컬렉션에 저장합니다.

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

매개 변수

pIDTSObjectModel
IDTSObjectModel100

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

pIDTSCustomPropertyCollection
IDTSCustomPropertyCollection100

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

특성

적용 대상