다음을 통해 공유


SqlCeReplication.PublisherConflicts Property

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

Specifies the total number of conflicts that occurred at the Publisher when the Synchronize method was last called.

Public ReadOnly Property PublisherConflicts As Integer
[C#]
public int PublisherConflicts {get;}
[C++]
public: __property int get_PublisherConflicts();
[JScript]
public function get PublisherConflicts() : int;

Property Value

The number of conflicts that occurred.

Requirements

Platforms: .NET Compact Framework

.NET Framework Security:

See Also

SqlCeReplication Class | SqlCeReplication Members | System.Data.SqlServerCe Namespace