Поделиться через


Свойство SfcCollection<T, K, ParentT>.ISfcCollection.Count

Gets the number of items contained in the collection. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.

Пространство имен:  Microsoft.SqlServer.Management.Sdk.Sfc
Сборка:  Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Синтаксис

'Декларация
Private ReadOnly Property Count As Integer 
    Implements ISfcCollection.Count 
    Get
'Применение
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 поддерживает использование явных реализаций интерфейса, но не объявление новых.

Значение свойства

Тип: System.Int32
Gets the number of items contained in the collection.

Реализует

ISfcCollection.Count

См. также

Справочник

SfcCollection<T, K, ParentT> Класс

Пространство имен Microsoft.SqlServer.Management.Sdk.Sfc