Compartilhar via


Propriedade SqlScriptGeneratorOptions.NewLineBeforeOrderByClause

Obtém ou define um valor booleano indicando se deve haver uma nova linha antes da cláusula ORDER BY em uma instrução SELECT.

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

Sintaxe

'Declaração
Public Property NewLineBeforeOrderByClause As Boolean
    Get
    Set
public bool NewLineBeforeOrderByClause { get; set; }
public:
property bool NewLineBeforeOrderByClause {
    bool get ();
    void set (bool value);
}
member NewLineBeforeOrderByClause : bool with get, set
function get NewLineBeforeOrderByClause () : boolean
function set NewLineBeforeOrderByClause (value : boolean)

Valor de propriedade

Tipo: System.Boolean
Retorna true se deve haver uma nova linha antes da cláusula ORDER BY em uma instrução SELECT, falsa caso contrário.

Segurança do .NET Framework

Consulte também

Referência

SqlScriptGeneratorOptions Classe

Namespace Microsoft.Data.Schema.ScriptDom.Sql