Compartir a través de


DynamicValuesAttribute.Enabled Propiedad

Gets a value that indicates whether the property value can be a dynamic list. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

DynamicValuesAttribute Clase

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc

DynamicValues