Freigeben über


SqlSchemaDeploymentOptions.CommentOutSetVarDeclarations-Eigenschaft

Ruft einen Wert ab, der angibt, ob die SETVAR-Deklarationen im generierten Synchronisierungsskript auskommentiert werden sollen, oder legt diesen Wert fest.

Namespace:  Microsoft.Data.Schema.Sql.Build
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public Property CommentOutSetVarDeclarations As Boolean
    Get
    Set
public bool CommentOutSetVarDeclarations { get; set; }
public:
property bool CommentOutSetVarDeclarations {
    bool get ();
    void set (bool value);
}
member CommentOutSetVarDeclarations : bool with get, set
function get CommentOutSetVarDeclarations () : boolean
function set CommentOutSetVarDeclarations (value : boolean)

Eigenschaftswert

Typ: System.Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

SqlSchemaDeploymentOptions Klasse

Microsoft.Data.Schema.Sql.Build-Namespace