Propriedade do RDL SqlScriptGeneratorOptions.IndentationSize
Gets or sets the number of spaces to use when indenting text.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System.Int32
The number of spaces to use when indenting text.