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 구성 요소의 디자인 타임 메서드에서 "사용자 지정 속성 만들기"를 참조하세요.

속성

ContainsID
Description
EncryptionRequired
ExpressionType
ID
IdentificationString
Name
ObjectType
State
TypeConverter
UITypeEditor
Value

적용 대상