共用方式為


ConflictPolicyOption 列舉

Enumerates options for selecting the winning row when conflicts occur during synchronization of an updating subscription to a transactional publication.

命名空間:  Microsoft.SqlServer.Replication
組件:  Microsoft.SqlServer.Rmo (在 Microsoft.SqlServer.Rmo.dll 中)

語法

'宣告
Public Enumeration ConflictPolicyOption
'用途
Dim instance As ConflictPolicyOption
public enum ConflictPolicyOption
public enum class ConflictPolicyOption
type ConflictPolicyOption
public enum ConflictPolicyOption

成員

成員名稱 說明
PublisherWin The row from the Publisher is retained.
SubscriberWin The row from the Subscriber is retained.
ReinitializeSubscription The subscription must be reinitialized when conflicts occur.

備註

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

請參閱

參考

Microsoft.SqlServer.Replication 命名空間

TransPublication