Share via


IDTSCustomPropertyCollection100.Count 속성

Gets the number of elements contained in an IDTSCustomPropertyCollection100.

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

구문

‘선언
ReadOnly Property Count As Integer 
    Get
‘사용 방법
Dim instance As IDTSCustomPropertyCollection100 
Dim value As Integer 

value = instance.Count
int Count { get; }
property int Count {
    int get ();
}
abstract Count : int
function get Count () : int

속성 값

유형: System.Int32
The number of IDTSCustomProperty100 objects in the collection.

참고 항목

참조

IDTSCustomPropertyCollection100 인터페이스

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