Freigeben über


DynamicValuesAttribute.Enabled-Eigenschaft

Gets a value that indicates whether the property value can be a dynamic list. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

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

Eigenschaftswert

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

Siehe auch

Verweis

DynamicValuesAttribute Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace

DynamicValues