Dela via


SqlScriptGeneratorOptions.IndentationSize Property

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property IndentationSize As Integer
'Usage
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);
}
public function get IndentationSize () : int 
public function set IndentationSize (value : int)

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

SqlScriptGeneratorOptions Class

SqlScriptGeneratorOptions Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace