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

FailoverMode Enumeration

Enumerates the options available for an updating Subscriber to propagate changes back to the Publisher.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
public enum FailoverMode
Member nameDescription
ImmediateThe Publisher and Subscriber must be connected to update data at the Subscriber.
QueuedThe Publisher and Subscriber do not have to be connected to update data at the Subscriber. Updates can be made while the Subscriber or Publisher is offline.

This enumeration is used with transactional replication.

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

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.