SubscriptionResultOption 列挙体
監視対象のサブスクリプションを返すオプションを列挙します。
名前空間: Microsoft.SqlServer.Replication
アセンブリ: Microsoft.SqlServer.Rmo (Microsoft.SqlServer.Rmo.dll)
構文
'宣言
Public Enumeration SubscriptionResultOption
'使用
Dim instance As SubscriptionResultOption
public enum SubscriptionResultOption
public enum class SubscriptionResultOption
type SubscriptionResultOption
public enum SubscriptionResultOption
メンバー
メンバー名 | 説明 | |
---|---|---|
AllSubscriptions | すべてのサブスクリプションを返します。 | |
InErrorOnly | エラー状態のサブスクリプションを返します。 | |
InWarningOnly | 警告状態のサブスクリプションを返します。 | |
InErrorAndWarningOnly | エラー状態または警告状態のサブスクリプションを返します。 | |
Top25WorstPerforming | パフォーマンスが低い下位 25 個のサブスクリプションを返します。 | |
Top50WorstPerforming | パフォーマンスが低い下位 50 個のサブスクリプションを返します。 | |
Synchronizing | 現在同期中のサブスクリプションを返します。 | |
NotSynchronizing | 現在同期中ではないサブスクリプションを返します。 |
説明
この名前空間、クラス、またはメンバは、.NET Framework 2.0 でのみサポートされています。