Compartir a través de


IDTSCustomPropertyCollection100.Count Propiedad

Gets the number of elements contained in an IDTSCustomPropertyCollection100.

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxis

'Declaración
ReadOnly Property Count As Integer 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

IDTSCustomPropertyCollection100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Pipeline.Wrapper