Partager via


SqlScriptGeneratorOptions.NewLineBeforeOrderByClause, propriété

Obtient ou définit une valeur booléenne indiquant si une nouvelle ligne doit se trouver avant la clause ORDER BY dans une instruction SELECT.

Espace de noms :  Microsoft.Data.Schema.ScriptDom.Sql
Assembly :  Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.Boolean
Retourne True si une nouvelle ligne doit se trouver avant la clause ORDER BY dans une instruction SELECT ; sinon, False.

Sécurité .NET Framework

Voir aussi

Référence

SqlScriptGeneratorOptions Classe

Microsoft.Data.Schema.ScriptDom.Sql, espace de noms