Udostępnij przez


SubscriptionResultOption Enumeration

Enumerates options for returning monitored subscriptions.

Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in microsoft.sqlserver.rmo.dll)

Syntax

'Deklaracja
Public Enumeration SubscriptionResultOption
public enum SubscriptionResultOption
public enum class SubscriptionResultOption
public enum SubscriptionResultOption
public enum SubscriptionResultOption

Members

Member name Description
AllSubscriptions Returns all subscriptions.
InErrorAndWarningOnly Returns subscriptions with an error or warning status.
InErrorOnly Returns subscriptions with an error status.
InWarningOnly Returns subscriptions with a warning status.
NotSynchronizing Returns subscriptions that are not currently synchronizing.
Synchronizing Returns subscriptions that are currently synchronizing.
Top25WorstPerforming Returns the top 25 worst performing subscriptions.
Top50WorstPerforming Returns the top 50 worst performing subscriptions.

Remarks

This namespace, class, or member is supported only in version 2.0 of the .NET Framework.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.