Poznámka
Na prístup k tejto stránke sa vyžaduje oprávnenie. Môžete sa skúsiť prihlásiť alebo zmeniť adresáre.
Na prístup k tejto stránke sa vyžaduje oprávnenie. Môžete skúsiť zmeniť adresáre.
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