次の方法で共有


BetweenLeafCondition Class

Test 引数が MinMax の間 (両方の値を含む) にある場合は、true と評価します。このクラスは継承できません。

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

構文

'宣言
Public Class BetweenLeafCondition
    Inherits LeafCondition
public class BetweenLeafCondition : LeafCondition
public ref class BetweenLeafCondition : public LeafCondition
public class BetweenLeafCondition extends LeafCondition
public class BetweenLeafCondition extends LeafCondition

解説

BetweenLeafCondition コンストラクタまたはプロパティを使用して、TestMin、および Max プロパティを設定する必要があります。

継承階層

System.Object
   Microsoft.SqlServer.NotificationServices.Rules.RuleObject
     Microsoft.SqlServer.NotificationServices.Rules.Condition
       Microsoft.SqlServer.NotificationServices.Rules.LeafCondition
        Microsoft.SqlServer.NotificationServices.Rules.BetweenLeafCondition

スレッド セーフ

この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。

プラットフォーム

開発プラットフォーム

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

対象プラットフォーム

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

参照

関連項目

BetweenLeafCondition Members
Microsoft.SqlServer.NotificationServices.Rules Namespace