Propriedade do RDL SfcCollection<T, K, ParentT>.Initialized

Gets a value indicating whether the collection has been initialized. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Protected Friend Property Initialized As Boolean 
    Get 
    Set
'Uso
Dim value As Boolean 

value = Me.Initialized 

Me.Initialized = value
protected internal bool Initialized { get; set; }
protected public:
property bool Initialized {
    bool get ();
    void set (bool value);
}
member Initialized : bool with get, set
function get Initialized () : boolean 
function set Initialized (value : boolean)

Valor da propriedade

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

Consulte também

Referência

SfcCollection<T, K, ParentT> Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc