Partager via


SqlScriptGeneratorOptions.NewLineBeforeOutputClause, propriété

Obtient ou définit une valeur booléenne indiquant si une nouvelle ligne doit se trouver avant la clause OUTPUT.

Espace de noms :  Microsoft.Data.Schema.ScriptDom.Sql
Assembly :  Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.Boolean
Retourne True si une nouvelle ligne doit se trouver avant la clause OUTPUT ; sinon, False.

Sécurité .NET Framework

Voir aussi

Référence

SqlScriptGeneratorOptions Classe

Microsoft.Data.Schema.ScriptDom.Sql, espace de noms