Condividi tramite


Proprietà SqlScriptGeneratorOptions.AsKeywordOnOwnLine

Ottiene o imposta un valore booleano che indica se la parola chiave AS deve essere scritta in una riga propria.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

'Dichiarazione
Public Property AsKeywordOnOwnLine As Boolean
    Get
    Set
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)

Valore proprietà

Tipo: System.Boolean
Restituisce true se la parola chiave AS deve essere scritta in una riga propria; in caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SqlScriptGeneratorOptions Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql