DynamicValuesAttribute(Boolean) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Used to enable or disable dynamic values. Passing false in the constructor can be helpful in debugging without removing the attribute
public DynamicValuesAttribute (bool enabled);
new Microsoft.SqlServer.Management.Sdk.Sfc.DynamicValuesAttribute : bool -> Microsoft.SqlServer.Management.Sdk.Sfc.DynamicValuesAttribute
Public Sub New (enabled As Boolean)
Parameters
- enabled
- Boolean