Proprietà Count
Gets the number of elements contained in the collection.
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.Exec80PackageTask
Assembly: Microsoft.SqlServer.Exec80PackageTask (in Microsoft.SqlServer.Exec80PackageTask.dll)
Sintassi
'Dichiarazione
Public Overridable ReadOnly Property Count As Integer
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .Int32
The number of elements contained in the collection.
Implementa
Vedere anche