DynamicValuesAttribute(Boolean) Constructor

Definition

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

Applies to