SqlScriptGeneratorOptions.IndentationSize (Propiedad)

Obtiene o establece el número de espacios que se van a usar al aplicar sangría al texto.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: System.Int32

Seguridad de .NET Framework

Vea también

Referencia

SqlScriptGeneratorOptions Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)