共用方式為


SfcCollection<T, K, ParentT>.ISfcCollection.Initialized 屬性

Gets or sets a value indicating whether the collection has been initialized. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。

命名空間:  Microsoft.SqlServer.Management.Sdk.Sfc
組件:  Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

語法

'宣告
Private Property Initialized As Boolean 
    Implements ISfcCollection.Initialized 
    Get 
    Set
'用途
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 支援明確介面實作的使用,但不支援新介面實作的宣告。

屬性值

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

實作

ISfcCollection.Initialized

請參閱

參考

SfcCollection<T, K, ParentT> 類別

Microsoft.SqlServer.Management.Sdk.Sfc 命名空間