Compartilhar via


Propriedade SqlScriptGeneratorOptions.NewLineBeforeGroupByClause

Obtém ou define um valor booleano indicando se deve haver uma nova linha antes da cláusula GROUP 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 NewLineBeforeGroupByClause As Boolean
    Get
    Set
public bool NewLineBeforeGroupByClause { get; set; }
public:
property bool NewLineBeforeGroupByClause {
    bool get ();
    void set (bool value);
}
member NewLineBeforeGroupByClause : bool with get, set
function get NewLineBeforeGroupByClause () : boolean
function set NewLineBeforeGroupByClause (value : boolean)

Valor de propriedade

Tipo: System.Boolean
Retorna true se deve haver uma nova linha antes da cláusula GROUP BY na 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