Count 속성

Gets the number of elements contained in an IDTSOutputCollection100.

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

구문

‘선언
ReadOnly Property Count As Integer
    Get
‘사용 방법
Dim instance As IDTSOutputCollection100
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 IDTSOutput100 objects in the collection.