Propriété Count
Gets the number of elements contained in the collection.
Espace de noms : Microsoft.SqlServer.Dts.Tasks.Exec80PackageTask
Assembly : Microsoft.SqlServer.Exec80PackageTask (en Microsoft.SqlServer.Exec80PackageTask.dll)
Syntaxe
'Déclaration
Public Overridable ReadOnly Property Count As Integer
Get
'Utilisation
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
Valeur de propriété
Type : System. . :: . .Int32
The number of elements contained in the collection.
Implémente
Voir aussi