Propriedade SqlScriptGeneratorOptions.IndentationSize

Obtém ou define o número de espaços a serem usados ao recuar o texto.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (em Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxe

'Declaração
Public Property IndentationSize As Integer
    Get
    Set
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)

Valor de propriedade

Tipo: System.Int32

Segurança do .NET Framework

Consulte também

Referência

SqlScriptGeneratorOptions Classe

Namespace Microsoft.Data.Schema.ScriptDom.Sql