Propriedade do RDL ISfcCollection.Initialized
Gets or sets 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
Property Initialized As Boolean
Get
Set
'Uso
Dim instance As ISfcCollection
Dim value As Boolean
value = instance.Initialized
instance.Initialized = value
bool Initialized { get; set; }
property bool Initialized {
bool get ();
void set (bool value);
}
abstract 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.