PublisherChanges プロパティ
名前空間: Microsoft.SqlServer.Replication
アセンブリ: Microsoft.SqlServer.Replication (Microsoft.SqlServer.Replication.dll)
構文
'宣言
ReadOnly Property PublisherChanges As Integer
Get
'使用
Dim instance As IMergeSynchronizationAgent
Dim value As Integer
value = instance.PublisherChanges
int PublisherChanges { get; }
property int PublisherChanges {
int get ();
}
abstract PublisherChanges : int
function get PublisherChanges () : int