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
Private Property Initialized As Boolean
Implements ISfcCollection.Initialized
Get
Set
'Uso
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 dá suporte ao uso de implementações de interfaces explícitas, mas não a declarações de implementações novas.
Valor da propriedade
Tipo: System. . :: . .Boolean
true if the collection has been initialized; otherwise, false.
Implementa
Consulte também