次の方法で共有


FilterStatement Class

"IF <条件> THEN <アクション>" という形式の論理ステートメントを示します。このクラスは継承できません。

名前空間: Microsoft.SqlServer.NotificationServices.Rules
アセンブリ: Microsoft.SqlServer.NotificationServices.Rules (microsoft.sqlserver.notificationservices.rules.dll 内)

構文

'宣言
Public Class FilterStatement
    Inherits LogicStatement
public class FilterStatement : LogicStatement
public ref class FilterStatement : public LogicStatement
public class FilterStatement extends LogicStatement
public class FilterStatement extends LogicStatement

解説

FilterStatement オブジェクトは、FilterRule オブジェクトによって使用されます。フィルタ ステートメントの条件が満たされる場合は、Action プロパティによって定義されるアクションが実行されます。

プロパティまたは FilterStatement(Condition,FilterAction) コンストラクタを使用して、Condition プロパティを設定する必要があります。

継承階層

System.Object
   Microsoft.SqlServer.NotificationServices.Rules.RuleObject
     Microsoft.SqlServer.NotificationServices.Rules.LogicStatement
      Microsoft.SqlServer.NotificationServices.Rules.FilterStatement

スレッド セーフ

この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。

プラットフォーム

開発プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

対象プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

参照

関連項目

FilterStatement Members
Microsoft.SqlServer.NotificationServices.Rules Namespace