다음을 통해 공유


PublisherChanges 속성

Gets the total number of Publisher changes that were applied at the Subscriber during the last synchronization.

네임스페이스:  Microsoft.SqlServer.Replication
어셈블리:  Microsoft.SqlServer.Replication.dll의 Microsoft.SqlServer.Replication

구문

‘선언
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
A Int32 value.

구현

IMergeSynchronizationAgent. . :: . .PublisherChanges

주의

The PublisherChanges property is read-only.