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
'使用
Dim instance As TopRowFilter
Dim value As Boolean

value = instance.WithTies

instance.WithTies = value
public bool WithTies { get; set; }
public:
property bool WithTies {
    bool get ();
    void set (bool value);
}
public function get WithTies () : boolean
public function set WithTies (value : boolean)

プロパティ値

型 : System.Boolean
WITH TIES キーワードが使用された場合は True を返します。それ以外の場合は False を返します。

解説

重要 : ORDER BY 句があるかどうかを、インタープリタが確認する必要があります。

参照

参照

TopRowFilter クラス

TopRowFilter メンバ

Microsoft.Data.Schema.ScriptDom.Sql 名前空間