Sdílet prostřednictvím


SqlSchemaDeploymentOptions.CommentOutSetVarDeclarations – vlastnost

Získá nebo nastaví hodnotu, která označuje, zda SETVAR prohlášení by nepracovala synchronizace generovaný skript.

Obor názvů:  Microsoft.Data.Schema.Sql.Build
Sestavení:  Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Deklarace
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)

Hodnota vlastnosti

Typ: System.Boolean

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

SqlSchemaDeploymentOptions Třída

Microsoft.Data.Schema.Sql.Build – obor názvů