Condividi tramite


Proprietà SqlScriptGeneratorOptions.NewLineBeforeOutputClause

Ottiene o imposta un valore booleano che indica se una nuova riga deve essere inserita prima della clausola OUTPUT.

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 NewLineBeforeOutputClause As Boolean
    Get
    Set
public bool NewLineBeforeOutputClause { get; set; }
public:
property bool NewLineBeforeOutputClause {
    bool get ();
    void set (bool value);
}
member NewLineBeforeOutputClause : bool with get, set
function get NewLineBeforeOutputClause () : boolean
function set NewLineBeforeOutputClause (value : boolean)

Valore proprietà

Tipo: System.Boolean
Restituisce true se una nuova riga deve essere inserita prima della clausola OUTPUT; in caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SqlScriptGeneratorOptions Classe

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