MergeSynchronizationAgent.PublisherChanges 속성
Gets the total number of Publisher changes that were applied at the Subscriber during the last synchronization.
네임스페이스: Microsoft.SqlServer.Replication
어셈블리: Microsoft.SqlServer.Replication(Microsoft.SqlServer.Replication.dll)
구문
‘선언
Public Overridable ReadOnly Property PublisherChanges As Integer
Get
‘사용 방법
Dim instance As MergeSynchronizationAgent
Dim value As Integer
value = instance.PublisherChanges
public virtual int PublisherChanges { get; }
public:
virtual property int PublisherChanges {
int get ();
}
abstract PublisherChanges : int
override PublisherChanges : int
function get PublisherChanges () : int
속성 값
유형: System.Int32
The total number of Publisher changes.
구현
IMergeSynchronizationAgent.PublisherChanges
주의
The PublisherChanges property is read-only.