Initializes a new instance of the BetweenLeafCondition class with the Test, Min, and Max property values.
命名空間: Microsoft.SqlServer.NotificationServices.Rules
組件: Microsoft.SqlServer.NotificationServices.Rules (in 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
A Argument that specifies the value to be tested.
- min
A Argument that sets the minimum value in the range.
- max
A Argument that sets the maximum value in the range.
備註
The BetweenLeafCondition object evaluates to true if the Test argument is between Min and Max, inclusive.
平台
開發平台
如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。
目標平台
如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。
請參閱
參考
BetweenLeafCondition Class
BetweenLeafCondition Members
Microsoft.SqlServer.NotificationServices.Rules Namespace