次の方法で共有


SqlScriptGeneratorOptions.NewLineBeforeGroupByClause プロパティ

SELECT ステートメントの GROUP BY 句の前に改行を配置するかどうかを示す値を取得または設定します。

名前空間:  Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ:  Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)

構文

'宣言
Public Property NewLineBeforeGroupByClause As Boolean 
    Get 
    Set
'使用
Dim instance As SqlScriptGeneratorOptions 
Dim value As Boolean 

value = instance.NewLineBeforeGroupByClause

instance.NewLineBeforeGroupByClause = value
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)

プロパティ値

型: System.Boolean
SELECT ステートメントの GROUP BY 句の前に改行を配置する場合は true、それ以外の場合は false。

関連項目

参照

SqlScriptGeneratorOptions クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間