SqlScriptGeneratorOptions.NewLineBeforeGroupByClause-Eigenschaft

Ruft einen booleschen Wert ab bzw. legt einen booleschen Wert fest, der angibt, ob in einer SELECT-Anweisung eine neue Zeile vor der GROUP BY-Klausel eingefügt werden soll.

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

Syntax

'Declaration
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)

Eigenschaftswert

Typ: System.Boolean
Gibt true zurück, wenn in einer SELECT-Anweisung eine neue Zeile vor der GROUP BY-Klausel eingefügt werden soll, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

SqlScriptGeneratorOptions Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace