次の方法で共有


SqlScriptGeneratorOptions.IndentSetClause プロパティ

UPDATE ステートメントの SET 句をインデントするかどうかを示す値を取得または設定します。

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

構文

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

value = instance.IndentSetClause

instance.IndentSetClause = value
public bool IndentSetClause { get; set; }
public:
property bool IndentSetClause {
    bool get ();
    void set (bool value);
}
member IndentSetClause : bool with get, set
function get IndentSetClause () : boolean 
function set IndentSetClause (value : boolean)

プロパティ値

型: System.Boolean
UPDATE ステートメントの SET 句をインデントする場合は true、それ以外の場合は false。

関連項目

参照

SqlScriptGeneratorOptions クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間