NotCondition Constructor (Condition)
Initializes a new instance of the NotCondition class with a Condition object.
Spazio dei nomi: Microsoft.SqlServer.NotificationServices.Rules
Assembly : Microsoft.SqlServer.NotificationServices.Rules (in microsoft.sqlserver.notificationservices.rules.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
condition As Condition _
)
public NotCondition (
Condition condition
)
public:
NotCondition (
Condition^ condition
)
public NotCondition (
Condition condition
)
public function NotCondition (
condition : Condition
)
Parametri
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
NotCondition Class
NotCondition Members
Microsoft.SqlServer.NotificationServices.Rules Namespace