FailoverMode 列舉
Enumerates the options available for an updating Subscriber to propagate changes back to the Publisher.
命名空間: Microsoft.SqlServer.Replication
組件: Microsoft.SqlServer.Rmo (在 Microsoft.SqlServer.Rmo.dll 中)
語法
'宣告
Public Enumeration FailoverMode
'用途
Dim instance As FailoverMode
public enum FailoverMode
public enum class FailoverMode
type FailoverMode
public enum FailoverMode
成員
成員名稱 | 說明 | |
---|---|---|
Immediate | The Publisher and Subscriber must be connected to update data at the Subscriber. | |
Queued | The 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.
請參閱
參考
Microsoft.SqlServer.Replication 命名空間