Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
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