Compartir a través de


SfcCollection<T, K, ParentT>.ISfcCollection.Initialized Propiedad

Gets or sets a value indicating whether the collection has been initialized. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Private Property Initialized As Boolean 
    Implements ISfcCollection.Initialized 
    Get 
    Set
'Uso
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 admite el uso de implementaciones de interfaces explícitas, pero no la declaración de otras nuevas.

Valor de la propiedad

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

Implementa

ISfcCollection.Initialized

Vea también

Referencia

SfcCollection<T, K, ParentT> Clase

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc