OUTPUT 句の前に改行を配置するかどうかを示す値を取得または設定します。
名前空間: Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ: Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)
構文
'宣言
Public Property NewLineBeforeOutputClause As Boolean
Get
Set
'使用
Dim instance As SqlScriptGeneratorOptions
Dim value As Boolean
value = instance.NewLineBeforeOutputClause
instance.NewLineBeforeOutputClause = value
public bool NewLineBeforeOutputClause { get; set; }
public:
property bool NewLineBeforeOutputClause {
bool get ();
void set (bool value);
}
member NewLineBeforeOutputClause : bool with get, set
function get NewLineBeforeOutputClause () : boolean
function set NewLineBeforeOutputClause (value : boolean)
プロパティ値
型: System.Boolean
OUTPUT 句の前に改行を配置する場合は true、それ以外の場合は false。