Compartilhar via


Propriedade do RDL Count

Gets the number of elements contained in an IDTSFriendlyEnumCollection100 collection.

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

Sintaxe

'Declaração
ReadOnly Property Count As Integer
    Get
'Uso
Dim instance As IDTSFriendlyEnumCollection100
Dim value As Integer

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

Valor da propriedade

Tipo: System. . :: . .Int32
The number of IDTSFriendlyEnumCollection100 objects in the collection.