Share via


DynamicValuesAttribute Constructor

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

DynamicValuesAttribute Class

Microsoft.SqlServer.Management.Sdk.Sfc Namespace

DynamicValues