DynamicValuesAttribute-Konstruktor
Initializes a new instance of the DynamicValuesAttribute class. 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 Sub New ( _
enabled As Boolean _
)
'Usage
Dim enabled As Boolean
Dim instance As New DynamicValuesAttribute(enabled)
public DynamicValuesAttribute(
bool enabled
)
public:
DynamicValuesAttribute(
bool enabled
)
new :
enabled:bool -> DynamicValuesAttribute
public function DynamicValuesAttribute(
enabled : boolean
)
Parameter
- enabled
Typ: System. . :: . .Boolean
true to enable the property value to be a dynamic list; otherwise, false.
Siehe auch
Verweis
DynamicValues