SqlScriptGeneratorOptions.AsKeywordOnOwnLine Property

Gets or sets a Boolean indicating whether the AS keyword should be written on its own line.

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

Syntax

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

Property Value

Type: System.Boolean
Returns true if the AS keyword should be written on its own line, false otherwise.

.NET Framework Security

See Also

Reference

SqlScriptGeneratorOptions Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace