Compartir a través de


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
Property Initialized As Boolean
    Get
    Set
'Uso
Dim instance As ISfcCollection
Dim value As Boolean

value = instance.Initialized

instance.Initialized = value
bool Initialized { get; set; }
property bool Initialized {
    bool get ();
    void set (bool value);
}
abstract 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.