Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of the FilterStatement class with a condition and an action.
Namespace: Microsoft.SqlServer.NotificationServices.Rules
Assembly : Microsoft.SqlServer.NotificationServices.Rules (in microsoft.sqlserver.notificationservices.rules.dll)
Syntax
'Declaration
Public Sub New ( _
condition As Condition, _
action As FilterAction _
)
public FilterStatement (
Condition condition,
FilterAction action
)
public:
FilterStatement (
Condition^ condition,
FilterAction action
)
public FilterStatement (
Condition condition,
FilterAction action
)
public function FilterStatement (
condition : Condition,
action : FilterAction
)
Parameter
- condition
The Condition that represents the condition to evaluate. This parameter sets Condition property.
- action
The FilterAction that represents the action to perform if the condition is met. This parameter sets Action 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
FilterStatement Class
FilterStatement Members
Microsoft.SqlServer.NotificationServices.Rules Namespace