Condividi tramite


Proprietà SqlScriptGeneratorOptions.IndentationSize

Ottiene o imposta il numero di spazi da utilizzare per il rientro del testo.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: System.Int32

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SqlScriptGeneratorOptions Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql