SqlScriptGeneratorOptions.MultilineSetClauseItems Property

Gets or sets a Boolean indicating whether SET clause items should be listed on multiple lines.

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

Syntax

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

Property Value

Type: System.Boolean
Returns true if SET clause items should be listed on multiple lines, false otherwise.

.NET Framework Security

See Also

Reference

SqlScriptGeneratorOptions Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace