Freigeben über


IDTSComponentMetaDataCollection100.Count-Eigenschaft

Gets the number of elements contained in an IDTSComponentMetaDataCollection100.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntax

'Declaration
ReadOnly Property Count As Integer 
    Get
'Usage
Dim instance As IDTSComponentMetaDataCollection100 
Dim value As Integer 

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

Eigenschaftswert

Typ: System.Int32
An Integer that contains the number of IDTSComponentMetaData100 objects in the IDTSComponentMetaDataCollection100.

Siehe auch

Verweis

IDTSComponentMetaDataCollection100 Schnittstelle

Microsoft.SqlServer.Dts.Pipeline.Wrapper-Namespace