DacDeployOptions.CommentOutSetVarDeclarations Proprietà

Definizione

Ottiene o imposta un valore booleano che specifica se la dichiarazione delle variabili SQLCMD viene impostata come commento nell'intestazione dello script.

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

Valore della proprietà

True per commentare queste dichiarazioni; in caso contrario, false. Il valore predefinito è false.

Attributi

Si applica a