Partager via


NotCondition Constructor (Condition)

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

Espace de noms: Microsoft.SqlServer.NotificationServices.Rules
Assembly: Microsoft.SqlServer.NotificationServices.Rules (in microsoft.sqlserver.notificationservices.rules.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    condition As Condition _
)
public NotCondition (
    Condition condition
)
public:
NotCondition (
    Condition^ condition
)
public NotCondition (
    Condition condition
)
public function NotCondition (
    condition : Condition
)

Paramètres

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

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

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