Partager via


DacDeployOptions.CommentOutSetVarDeclarations Propriété

Définition

Obtient ou définit une valeur booléenne qui spécifie si la déclaration de variables SQLCMD est commentée dans l'en-tête de 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

Valeur de propriété

True pour commenter ces déclarations ; sinon, false. La valeur par défaut est false.

Attributs

S’applique à