Expand Minimize
This topic has not yet been rated - Rate this topic

SubscriptionResultOption Enumeration

Enumerates options for returning monitored subscriptions.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
public enum SubscriptionResultOption
Member nameDescription
AllSubscriptionsReturns all subscriptions.
InErrorOnlyReturns subscriptions with an error status.
InWarningOnlyReturns subscriptions with a warning status.
InErrorAndWarningOnlyReturns subscriptions with an error or warning status.
Top25WorstPerformingReturns the top 25 worst performing subscriptions.
Top50WorstPerformingReturns the top 50 worst performing subscriptions.
SynchronizingReturns subscriptions that are currently synchronizing.
NotSynchronizingReturns subscriptions that are not currently synchronizing.

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

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.