次の方法で共有


SqlScriptGeneratorOptions.IndentationSize プロパティ

テキストをインデントするときに使用する空白文字の数を取得または設定します。

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

構文

'宣言
Public Property IndentationSize As Integer 
    Get 
    Set
'使用
Dim instance As SqlScriptGeneratorOptions 
Dim value As Integer 

value = instance.IndentationSize

instance.IndentationSize = value
public int IndentationSize { get; set; }
public:
property int IndentationSize {
    int get ();
    void set (int value);
}
member IndentationSize : int with get, set
function get IndentationSize () : int 
function set IndentationSize (value : int)

プロパティ値

型: System.Int32
テキストをインデントするときに使用する空白文字の数。

関連項目

参照

SqlScriptGeneratorOptions クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間