Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the DynamicValuesAttribute class. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
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
)
Parameters
- enabled
Type: System.Boolean
true to enable the property value to be a dynamic list; otherwise, false.
See Also
Reference
Microsoft.SqlServer.Management.Sdk.Sfc Namespace
DynamicValues