Proprietà SfcCollection<T, K, ParentT>.ISfcCollection.Initialized

Gets or sets 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
Private Property Initialized As Boolean 
    Implements ISfcCollection.Initialized 
    Get 
    Set
'Utilizzo
Dim instance As SfcCollection 
Dim value As Boolean 

value = CType(instance, ISfcCollection).Initialized 

CType(instance, ISfcCollection).Initialized = value
bool ISfcCollection.Initialized { get; set; }
private:
virtual property bool Initialized {
    bool get () sealed = ISfcCollection::Initialized::get;
    void set (bool value) sealed = ISfcCollection::Initialized::set;
}
private abstract Initialized : bool with get, set 
private override Initialized : bool with get, set
JScript supporta l'utilizzo di implementazioni di interfacce esplicite, ma non la dichiarazione di nuove interfacce.

Valore proprietà

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

Implementa

ISfcCollection.Initialized

Vedere anche

Riferimento

SfcCollection<T, K, ParentT> Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc