Condividi tramite


Proprietà Count

Gets the number of elements contained in an IDTSComponentMetaDataCollection100.

Spazio dei nomi  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintassi

'Dichiarazione
ReadOnly Property Count As Integer
    Get
'Utilizzo
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

Valore proprietà

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