Partilhar via


Propriedade do RDL DynamicValuesAttribute.Enabled

Gets a value that indicates whether the property value can be a dynamic list. 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
Public ReadOnly Property Enabled As Boolean 
    Get
'Uso
Dim instance As DynamicValuesAttribute 
Dim value As Boolean 

value = instance.Enabled
public bool Enabled { get; }
public:
property bool Enabled {
    bool get ();
}
member Enabled : bool
function get Enabled () : boolean

Valor da propriedade

Tipo: System.Boolean
true if the property value can be a dynamic list; otherwise, false.

Consulte também

Referência

DynamicValuesAttribute Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc

DynamicValues