ISfcCollection.Initialized-Eigenschaft
Gets or sets a value indicating whether the collection has been initialized. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Private Property Initialized As Boolean
Implements ISfcCollection.Initialized
Get
Set
'Usage
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 unterstützt die Verwendung expliziter Schnittstellenimplementierungen, aber nicht die Deklaration neuer Schnittstellenimplementierungen.
Eigenschaftswert
Typ: System. . :: . .Boolean
true if the collection has been initialized; otherwise, false.