Compartilhar via


Propriedade SqlScriptGeneratorOptions.NewLineBeforeOpenParenthesisInMultilineList

Obtém ou define um valor booleano indicando se uma nova linha deve ser colocada antes de um parêntese aberto, 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 NewLineBeforeOpenParenthesisInMultilineList As Boolean
    Get
    Set
public bool NewLineBeforeOpenParenthesisInMultilineList { get; set; }
public:
property bool NewLineBeforeOpenParenthesisInMultilineList {
    bool get ();
    void set (bool value);
}
member NewLineBeforeOpenParenthesisInMultilineList : bool with get, set
function get NewLineBeforeOpenParenthesisInMultilineList () : boolean
function set NewLineBeforeOpenParenthesisInMultilineList (value : boolean)

Valor de propriedade

Tipo: System.Boolean
Retorna true se uma nova linha deve ser colocada antes de um parêntese aberto, FALSO caso contrário.

Segurança do .NET Framework

Consulte também

Referência

SqlScriptGeneratorOptions Classe

Namespace Microsoft.Data.Schema.ScriptDom.Sql