Condividi tramite


Proprietà SqlSchemaDeploymentOptions.CommentOutSetVarDeclarations

Ottiene o imposta un valore che indica se le dichiarazioni SETVAR devono essere impostate come commento nello script di sincronizzazione generato.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.Build
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

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

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SqlSchemaDeploymentOptions Classe

Spazio dei nomi Microsoft.Data.Schema.Sql.Build