SqlScriptGeneratorOptions.NewLineBeforeOutputClause (Propiedad)

Obtiene o establece un valor booleano que indica si debe haber una nueva línea antes de la cláusula OUTPUT.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
Public Property NewLineBeforeOutputClause As Boolean
    Get
    Set
public bool NewLineBeforeOutputClause { get; set; }
public:
property bool NewLineBeforeOutputClause {
    bool get ();
    void set (bool value);
}
member NewLineBeforeOutputClause : bool with get, set
function get NewLineBeforeOutputClause () : boolean
function set NewLineBeforeOutputClause (value : boolean)

Valor de propiedad

Tipo: System.Boolean
Devuelve true si debe haber una nueva línea antes de la cláusula OUTPUT; de lo contrario, devuelve false.

Seguridad de .NET Framework

Vea también

Referencia

SqlScriptGeneratorOptions Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)