SqlScriptGeneratorOptions.AlignClauseBodies Property
Gets or sets a Boolean indicating whether the bodies of clauses such as FROM, WHERE, and GROUP BY should be aligned.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Property AlignClauseBodies As Boolean
public bool AlignClauseBodies { get; set; }
public:
property bool AlignClauseBodies {
bool get ();
void set (bool value);
}
member AlignClauseBodies : bool with get, set
function get AlignClauseBodies () : boolean
function set AlignClauseBodies (value : boolean)
Property Value
Type: System.Boolean
Returns true if clause bodies should be aligned, 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.