SfcCollection<T, K, ParentT>.ISfcCollection.Initialized Property

Gets or sets a value indicating whether the collection has been initialized. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

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 supports the use of explicit interface implementations, but not the declarations of new ones.

Property Value

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

Implements

ISfcCollection.Initialized

See Also

Reference

SfcCollection<T, K, ParentT> Class

Microsoft.SqlServer.Management.Sdk.Sfc Namespace