Partilhar via


Propriedade do RDL Count

Gets the number of elements contained in the collection.

Namespace:  Microsoft.SqlServer.Dts.Tasks.Exec80PackageTask
Assembly:  Microsoft.SqlServer.Exec80PackageTask (em Microsoft.SqlServer.Exec80PackageTask.dll)

Sintaxe

'Declaração
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 da propriedade

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

Implementa

ICollection. . :: . .Count