Compartir a través de


DacDeployOptions.CommentOutSetVarDeclarations Propiedad

Definición

Obtiene o establece un valor booleano que especifica si la declaración de variables SQLCMD se comenta en el encabezado del 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 de propiedad

True para comentar estas declaraciones; de lo contrario, False. El valor predeterminado es False.

Atributos

Se aplica a