DacDeployOptions.DoNotEvaluateSqlCmdVariables Property

Definition

Specified whether SQLCMD variable names should be used when comparing schema or their values

public bool DoNotEvaluateSqlCmdVariables { get; set; }
[Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "DoNotEvaluateSqlCmdVariables")]
public bool DoNotEvaluateSqlCmdVariables { get; set; }
member this.DoNotEvaluateSqlCmdVariables : bool with get, set
[<Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "DoNotEvaluateSqlCmdVariables")>]
member this.DoNotEvaluateSqlCmdVariables : bool with get, set
Public Property DoNotEvaluateSqlCmdVariables As Boolean

Property Value

Attributes

Applies to