Compartir a través de


SqlScriptGeneratorOptions.IndentationSize Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public Property IndentationSize As Integer 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.Int32
The number of spaces to use when indenting text.

Vea también

Referencia

SqlScriptGeneratorOptions Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom