Partager via


Propriété SqlScriptGeneratorOptions.IndentationSize

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

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property IndentationSize As Integer 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

SqlScriptGeneratorOptions Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom