SfcCollection<T, K, ParentT>.ISfcCollection.Count Property
Gets the number of items contained in the collection. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Private ReadOnly Property Count As Integer
Implements ISfcCollection.Count
Get
'Usage
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 supports the use of explicit interface implementations, but not the declarations of new ones.
Property Value
Type: System.Int32
Gets the number of items contained in the collection.