Proprietà DynamicValuesAttribute.Enabled

Gets a value that indicates whether the property value can be a dynamic list. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Enabled As Boolean 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

DynamicValuesAttribute Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc

DynamicValues