IDTSInput100.CustomPropertyCollection 속성

Gets the IDTSCustomPropertyCollection100 object of an IDTSInput100 object.

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리:  Microsoft.SqlServer.DTSPipelineWrap(Microsoft.SqlServer.DTSPipelineWrap.dll)

구문

‘선언
ReadOnly Property CustomPropertyCollection As IDTSCustomPropertyCollection100 
    Get
‘사용 방법
Dim instance As IDTSInput100 
Dim value As IDTSCustomPropertyCollection100 

value = instance.CustomPropertyCollection
IDTSCustomPropertyCollection100 CustomPropertyCollection { get; }
property IDTSCustomPropertyCollection100^ CustomPropertyCollection {
    IDTSCustomPropertyCollection100^ get ();
}
abstract CustomPropertyCollection : IDTSCustomPropertyCollection100
function get CustomPropertyCollection () : IDTSCustomPropertyCollection100

속성 값

유형: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomPropertyCollection100
The IDTSCustomPropertyCollection100 collection of the IDTSInput100 object.

참고 항목

참조

IDTSInput100 인터페이스

Microsoft.SqlServer.Dts.Pipeline.Wrapper 네임스페이스