SqlScriptGeneratorOptions.MultilineInsertSourcesList Property

Gets or sets a Boolean indicating whether the INSERT column sources list should be spread across 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 MultilineInsertSourcesList As Boolean
public bool MultilineInsertSourcesList { get; set; }
public:
property bool MultilineInsertSourcesList {
    bool get ();
    void set (bool value);
}
member MultilineInsertSourcesList : bool with get, set
function get MultilineInsertSourcesList () : boolean
function set MultilineInsertSourcesList (value : boolean)

Property Value

Type: System.Boolean
Returns true if the INSERT column sources list should be spread across multiple lines, false otherwise.

.NET Framework Security

See Also

Reference

SqlScriptGeneratorOptions Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace