SqlScriptGeneratorOptions.MultilineInsertTargetsList Property
Gets or sets a Boolean indicating whether the INSERT column targets 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 MultilineInsertTargetsList As Boolean
public bool MultilineInsertTargetsList { get; set; }
public:
property bool MultilineInsertTargetsList {
bool get ();
void set (bool value);
}
member MultilineInsertTargetsList : bool with get, set
function get MultilineInsertTargetsList () : boolean
function set MultilineInsertTargetsList (value : boolean)
Property Value
Type: System.Boolean
Returns true if the INSERT column targets list should be spread across multiple lines, false otherwise.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.