SqlScriptGeneratorOptions.IndentSetClause Property

Gets or sets a Boolean indicating whether the SET clause for an UPDATE statement 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 IndentSetClause As Boolean
public bool IndentSetClause { get; set; }
public:
property bool IndentSetClause {
    bool get ();
    void set (bool value);
}
member IndentSetClause : bool with get, set
function get IndentSetClause () : boolean
function set IndentSetClause (value : boolean)

Property Value

Type: System.Boolean
Returns true if the SET clause for an UPDATE statement should be indented, false otherwise.

.NET Framework Security

See Also

Reference

SqlScriptGeneratorOptions Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace