Partager via


Propriété ISfcCollection.Initialized

Gets or sets a value indicating whether the collection has been initialized. Ne référencez pas directement 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
Private Property Initialized As Boolean
    Implements ISfcCollection.Initialized
    Get
    Set
'Utilisation
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 prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface.

Valeur de propriété

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

Implémente

ISfcCollection. . :: . .Initialized