Свойство 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