次の方法で共有


PropertyRule.PropertyStatements Property

このインスタンスのロジックを説明する PropertyStatement オブジェクトのコレクションを取得します。

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

構文

'宣言
Public ReadOnly Property PropertyStatements As Collection(Of PropertyStatement)
public Collection<PropertyStatement> PropertyStatements { get; }
public:
property Collection<PropertyStatement^>^ PropertyStatements {
    Collection<PropertyStatement^>^ get ();
}
/** @property */
public Collection<PropertyStatement> get_PropertyStatements ()
public function get PropertyStatements () : Collection<PropertyStatement>

プロパティ値

PropertyStatement オブジェクトの Collection です。

解説

複数のステートメントを定義すると、このルールの評価の結果は、Condition 条件を満たす場合に最初のステートメントの結果となり、どの条件も満たさない場合には NULL となります。

スレッド セーフ

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

プラットフォーム

開発プラットフォーム

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

対象プラットフォーム

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

参照

関連項目

PropertyRule Class
PropertyRule Members
Microsoft.SqlServer.NotificationServices.Rules Namespace