Propriedade do RDL PublisherChanges
Gets the total number of Publisher changes that were applied at the Subscriber during the last synchronization.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (em Microsoft.SqlServer.Replication.dll)
Sintaxe
'Declaração
Public Overridable ReadOnly Property PublisherChanges As Integer
Get
'Uso
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
Valor da propriedade
Tipo: System. . :: . .Int32
A Int32 value.
Implementa
Comentários
The PublisherChanges property is read-only.
Consulte também