SqlScriptGeneratorOptions.IndentViewBody Property

Gets or sets a Boolean indicating whether the view statement body should be indented.

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

Syntax

'Declaration
Public Property IndentViewBody As Boolean
public bool IndentViewBody { get; set; }
public:
property bool IndentViewBody {
    bool get ();
    void set (bool value);
}
member IndentViewBody : bool with get, set
function get IndentViewBody () : boolean
function set IndentViewBody (value : boolean)

Property Value

Type: System.Boolean
Returns true if the view statement body should be indented, false otherwise.

.NET Framework Security

See Also

Reference

SqlScriptGeneratorOptions Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace