Partilhar via


DacDeployOptions.CommentOutSetVarDeclarations Propriedade

Definição

Obtém ou define um booliano que especifica se as declarações de variáveis SQLCMD são ou não comentadas no cabeçalho do 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

Valor da propriedade

True para comentar essas declarações; caso contrário, false. O padrão é false.

Atributos

Aplica-se a