Condividi tramite


DacDeployOptions.CommentOutSetVarDeclarations Proprietà

Definizione

Ottiene o imposta un valore booleano che specifica se le dichiarazioni delle variabili SQLCMD sono impostate 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 impostare come commento queste dichiarazioni, altrimenti false. L'impostazione predefinita è false.

Attributi

Si applica a