Condividi tramite


Proprietà Initialized

Gets a value indicating whether the collection has been initialized. 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
Protected Friend Property Initialized As Boolean
    Get
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System. . :: . .Boolean
true if the collection has been initialized; otherwise, false.