Compartir a través de


Count Propiedad

Gets the number of elements contained in the collection.

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.Exec80PackageTask
Ensamblado:  Microsoft.SqlServer.Exec80PackageTask (en Microsoft.SqlServer.Exec80PackageTask.dll)

Sintaxis

'Declaración
Public Overridable ReadOnly Property Count As Integer
    Get
'Uso
Dim instance As VariablesCollection
Dim value As Integer

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

Valor de la propiedad

Tipo: System. . :: . .Int32
The number of elements contained in the collection.

Implementa

ICollection. . :: . .Count