Freigeben über


Count-Eigenschaft

Gets the number of elements contained in the collection.

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

Syntax

'Declaration
Public Overridable ReadOnly Property Count As Integer
    Get
'Usage
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

Eigenschaftswert

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

Implementiert

ICollection. . :: . .Count