다음을 통해 공유


SqlScriptGeneratorOptions.IndentationSize 속성

Gets or sets the number of spaces to use when indenting text.

네임스페이스:  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
The number of spaces to use when indenting text.

참고 항목

참조

SqlScriptGeneratorOptions 클래스

Microsoft.SqlServer.TransactSql.ScriptDom 네임스페이스