Compartilhar via


Propriedade SqlScriptGeneratorOptions.NewLineBeforeCloseParenthesisInMultilineList

Obtém ou define um valor booleano indicando se uma nova linha deve ser colocada antes de um parêntese de fechamento ao escrever uma lista de várias linhas entre parênteses.

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

Sintaxe

'Declaração
Public Property NewLineBeforeCloseParenthesisInMultilineList As Boolean
    Get
    Set
public bool NewLineBeforeCloseParenthesisInMultilineList { get; set; }
public:
property bool NewLineBeforeCloseParenthesisInMultilineList {
    bool get ();
    void set (bool value);
}
member NewLineBeforeCloseParenthesisInMultilineList : bool with get, set
function get NewLineBeforeCloseParenthesisInMultilineList () : boolean
function set NewLineBeforeCloseParenthesisInMultilineList (value : boolean)

Valor de propriedade

Tipo: System.Boolean
Retorna true se uma nova linha deve ser colocada antes de um parêntese de fechamento ao escrever uma lista de várias linhas entre parênteses, FALSO caso contrário.

Segurança do .NET Framework

Consulte também

Referência

SqlScriptGeneratorOptions Classe

Namespace Microsoft.Data.Schema.ScriptDom.Sql