Aracılığıyla paylaş


NotCondition Constructor (Condition)

Initializes a new instance of the NotCondition class with a Condition object.

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

Syntax

'Declaration
Public Sub New ( _
    condition As Condition _
)
public NotCondition (
    Condition condition
)
public:
NotCondition (
    Condition^ condition
)
public NotCondition (
    Condition condition
)
public function NotCondition (
    condition : Condition
)

Parameters

  • condition
    A Condition to evaluate and negate. This parameter sets the Condition property.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

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