Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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.