Compartilhar via


Propriedade SqlScriptGeneratorOptions.NewLineBeforeOutputClause

Obtém ou define um valor booleano indicando se deve haver uma nova linha antes da cláusula OUTPUT.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (em Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.Boolean
Retorna true se deve haver uma nova linha antes da cláusula OUTPUT, falsa caso contrário.

Segurança do .NET Framework

Consulte também

Referência

SqlScriptGeneratorOptions Classe

Namespace Microsoft.Data.Schema.ScriptDom.Sql