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 命名空间