IDTSCustomProperty100 인터페이스

정의

public interface class IDTSCustomProperty100 : Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSObject100
[System.Runtime.InteropServices.Guid("05781F94-F577-49BA-986D-017625A55452")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSCustomProperty100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSObject100
[<System.Runtime.InteropServices.Guid("05781F94-F577-49BA-986D-017625A55452")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSCustomProperty100 = interface
    interface IDTSObject100
Public Interface IDTSCustomProperty100
Implements IDTSObject100
특성
구현

설명

IDTSCustomProperty100 객체는 데이터 흐름 작업 내 객체에 대한 사용자 지정 정보를 노출하는 데 사용됩니다.

IDTSCustomProperty100 객체는 컴포넌트 내 IDTSComponentMetaData100 대부분의 객체에서 사용 가능하며, 패키지의 XML 내에 자동으로 영속성됩니다. 사용자 지정 속성은 컬렉션의 New 메서드를 호출하여 추가합니다 IDTSCustomPropertyCollection100 .

사용자 지정 속성 설정에 관한 정보는 Data Flow 구성 요소의 설계 시 메서드에 있는 "사용자 지정 속성 생성"을 참조하세요.

적용 대상