SqlScriptGeneratorOptions.MultilineSelectElementsList Property
Gets or sets a Boolean indicating whether select elements should be listed as a multiline list.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Property MultilineSelectElementsList As Boolean
public bool MultilineSelectElementsList { get; set; }
public:
property bool MultilineSelectElementsList {
bool get ();
void set (bool value);
}
member MultilineSelectElementsList : bool with get, set
function get MultilineSelectElementsList () : boolean
function set MultilineSelectElementsList (value : boolean)
Property Value
Type: System.Boolean
Returns true if select elements should be listed as a multiline list, 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.