Partager via


Propriété SfcCollection<T, K, ParentT>.Initialized

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

Valeur de propriété

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

Voir aussi

Référence

SfcCollection<T, K, ParentT> Classe

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