次の方法で共有


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
Int32 値です。

説明

最大数を超えるマージ エージェント プロセスが同時に実行されるようスケジュールされている場合、実行中のプロセスが完了するまで、余分なジョブはキューに格納されます。

MaxConcurrentMerge プロパティを取得できるのは、パブリケーション データベースの固定データベース ロール db_owner または replmonitor のメンバ、またはパブリケーションのパブリケーション アクセス リスト (PAL) のメンバです。

MaxConcurrentMerge プロパティを設定できるのは、パブリッシャ側の固定サーバー ロール sysadmin のメンバです。また、パブリケーション データベースの固定データベース ロール db_owner のメンバも設定できます。

MaxConcurrentMerge を取得すると、sp_helpmergepublication を実行したのと同じことになります。

MaxConcurrentMerge を設定すると、sp_addmergepublication または sp_changemergepublication を実行したのと同じことになります。

MaxConcurrentMerge プロパティは、MicrosoftSQL Server 2000 および MicrosoftSQL Server 2005 で使用できます。

この名前空間、クラス、またはメンバは、Microsoft .NET Framework 2.0 でのみサポートされています。