BetweenLeafCondition Constructor (Argument, Argument, Argument)

Initializes a new instance of the BetweenLeafCondition class with the Test, Min, and Max property values.

Namespace: Microsoft.SqlServer.NotificationServices.Rules
Assembly : Microsoft.SqlServer.NotificationServices.Rules (in microsoft.sqlserver.notificationservices.rules.dll)

Syntax

'Declaration
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
)

Parameter

  • 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.

Hinweise

The BetweenLeafCondition object evaluates to true if the Test argument is between Min and Max, inclusive.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

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