TopRowFilter.WithTies 属性

获取或设置是否使用了 WITH TIES 关键字。

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

语法

声明
Public Property WithTies As Boolean
    Get
    Set
public bool WithTies { get; set; }
public:
property bool WithTies {
    bool get ();
    void set (bool value);
}
member WithTies : bool with get, set
function get WithTies () : boolean
function set WithTies (value : boolean)

属性值

类型:System.Boolean
如果使用了 WITH TIES 关键字,则返回 true;否则返回 false。

备注

重要: 解释器,检查是否有 ORDER BY 子句。

.NET Framework 安全性

请参见

参考

TopRowFilter 类

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