FilterStatement Constructor ()
Default constructor that creates new instance of the FilterStatement class.
Namespace: Microsoft.SqlServer.NotificationServices.Rules
Assembly: Microsoft.SqlServer.NotificationServices.Rules (in microsoft.sqlserver.notificationservices.rules.dll)
Syntax
'Declaration
Public Sub New
public FilterStatement ()
public:
FilterStatement ()
public FilterStatement ()
public function FilterStatement ()
Remarks
You must set the Condition property. You can optionally set the Action property, which has a default value of Include.
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
FilterStatement Class
FilterStatement Members
Microsoft.SqlServer.NotificationServices.Rules Namespace