SqlScriptGeneratorOptions.IndentationSize プロパティ

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
Public Property IndentationSize As Integer
'使用
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);
}
public function get IndentationSize () : int
public function set IndentationSize (value : int)

プロパティ値

型 : System.Int32

参照

参照

SqlScriptGeneratorOptions クラス

SqlScriptGeneratorOptions メンバ

Microsoft.Data.Schema.ScriptDom.Sql 名前空間