Freigeben über


DacDeployOptions.CommentOutSetVarDeclarations Eigenschaft

Definition

Ruft einen booleschen Wert ab, der angibt, ob die Deklarationen von SQLCMD-Variablen im Skriptheader auskommentiert werden, oder legt diesen fest.

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

Eigenschaftswert

True, wenn diese Deklarationen auskommentiert werden, andernfalls false. Der Standardwert ist "false".

Attribute

Gilt für: