MergePublication.MaxConcurrentMerge プロパティ
パブリケーションと同時に同期できるマージ エージェントの最大数を取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.Replication
アセンブリ: Microsoft.SqlServer.Rmo (Microsoft.SqlServer.Rmo.dll)
構文
'宣言
Public Property MaxConcurrentMerge As Integer
Get
Set
'使用
Dim instance As MergePublication
Dim value As Integer
value = instance.MaxConcurrentMerge
instance.MaxConcurrentMerge = value
public int MaxConcurrentMerge { get; set; }
public:
property int MaxConcurrentMerge {
int get ();
void set (int value);
}
member MaxConcurrentMerge : int with get, set
function get MaxConcurrentMerge () : int
function set MaxConcurrentMerge (value : int)
プロパティ値
型: System.Int32
パブリケーションと同時に同期できるマージ エージェントの最大数です。
説明
最大数を超えるマージ エージェント プロセスが同時に実行されるようスケジュールされている場合、実行中のプロセスが完了するまで、余分なジョブはキューに格納されます。
MaxConcurrentMerge プロパティを取得できるのは、パブリケーション データベースの固定データベース ロール db_owner または replmonitor のメンバー、またはパブリケーションのパブリケーション アクセス リスト (PAL) のメンバーです。
MaxConcurrentMerge プロパティを設定できるのは、パブリッシャー側の固定サーバー ロール sysadmin のメンバーです。 また、パブリケーション データベースの固定データベース ロール db_owner のメンバーも設定できます。
MaxConcurrentMerge を取得すると、sp_helpmergepublication を実行したのと同じことになります。
MaxConcurrentMerge を設定すると、sp_addmergepublication または sp_changemergepublication を実行したのと同じことになります。