DacDeployOptions.DoNotEvaluateSqlCmdVariables Property
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.
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