SqlScriptGeneratorOptions.NewLineBeforeOpenParenthesisInMultilineList 属性

获取或设置一个布尔值,该值指示在括号中编写多行列表时是否应在左括号前换行。

命名空间:  Microsoft.Data.Schema.ScriptDom.Sql
程序集:  Microsoft.Data.Schema.ScriptDom.Sql(在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

语法

声明
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)

属性值

类型:System.Boolean
如果应在左括号前换行,则返回 true;否则返回 false。

.NET Framework 安全性

请参见

参考

SqlScriptGeneratorOptions 类

Microsoft.Data.Schema.ScriptDom.Sql 命名空间