Propriété ISfcCollection.Initialized

Gets or sets a value indicating whether the collection has been initialized. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Property Initialized As Boolean 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

ISfcCollection Interface

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc