Proprietà ISfcCollection.Count
Gets the number of items contained in the collection. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Private ReadOnly Property Count As Integer
Implements ISfcCollection.Count
Get
'Utilizzo
Dim instance As SfcCollection
Dim value As Integer
value = CType(instance, ISfcCollection).Count
int ISfcCollection.Count { get; }
private:
virtual property int Count {
int get () sealed = ISfcCollection::Count::get;
}
private abstract Count : int
private override Count : int
JScript supporta l'utilizzo di implementazioni di interfacce esplicite, ma non la dichiarazione di nuove interfacce.
Valore proprietà
Tipo: System. . :: . .Int32
Gets the number of items contained in the collection.