Propriété ConditionedSqlList.Count
Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Gets the number of items in the list.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Count As Integer
Get
'Utilisation
Dim instance As ConditionedSqlList
Dim value As Integer
value = instance.Count
public int Count { get; }
public:
property int Count {
int get ();
}
member Count : int
function get Count () : int
Valeur de propriété
Type : System.Int32
The number of items in the list.