次の方法で共有


BetweenLeafCondition Constructor (Argument, Argument, Argument)

TestMin、および Max プロパティ値を使用して、BetweenLeafCondition クラスの新しいインスタンスを初期化します。

名前空間: Microsoft.SqlServer.NotificationServices.Rules
アセンブリ: Microsoft.SqlServer.NotificationServices.Rules (microsoft.sqlserver.notificationservices.rules.dll 内)

構文

'宣言
Public Sub New ( _
    test As Argument, _
    min As Argument, _
    max As Argument _
)
public BetweenLeafCondition (
    Argument test,
    Argument min,
    Argument max
)
public:
BetweenLeafCondition (
    Argument^ test, 
    Argument^ min, 
    Argument^ max
)
public BetweenLeafCondition (
    Argument test, 
    Argument min, 
    Argument max
)
public function BetweenLeafCondition (
    test : Argument, 
    min : Argument, 
    max : Argument
)

パラメータ

  • test
    テストする値を表す Argument です。
  • min
    範囲の最小値を設定する Argument です。
  • max
    範囲の最大値を設定する Argument です。

解説

Test 引数が MinMax の間 (両方の値を含む) にある場合、BetweenLeafCondition オブジェクトは true と評価されます。

プラットフォーム

開発プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

対象プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

参照

関連項目

BetweenLeafCondition Class
BetweenLeafCondition Members
Microsoft.SqlServer.NotificationServices.Rules Namespace