Condividi tramite


Proprietà SqlScriptGeneratorOptions.IndentSetClause

Ottiene o imposta un valore booleano che indica se occorre applicare un rientro alla clausola SET di un'istruzione UPDATE.

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

Sintassi

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

Valore proprietà

Tipo: System.Boolean
Restituisce true se occorre applicare un rientro alla clausola SET di un'istruzione UPDATE; in caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SqlScriptGeneratorOptions Classe

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