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
)

Parameter

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

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

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