Compartir a través de


SfcCollection<T, K, ParentT>.Initialized Propiedad

Gets 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
Protected Friend Property Initialized As Boolean 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

SfcCollection<T, K, ParentT> Clase

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