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


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

Gets a value indicating whether the collection has been initialized. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.

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

Синтаксис

'Декларация
Protected Friend Property Initialized As Boolean 
    Get 
    Set
'Применение
Dim value As Boolean 

value = Me.Initialized 

Me.Initialized = value
protected internal bool Initialized { get; set; }
protected public:
property bool Initialized {
    bool get ();
    void set (bool value);
}
member Initialized : bool with get, set
function get Initialized () : boolean 
function set Initialized (value : boolean)

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

Тип: System.Boolean
true if the collection has been initialized; otherwise, false.

См. также

Справочник

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

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