MergePublication.AddMergeDynamicSnapshotJobForLateBoundComClients Method

Definition

Enables late-bound COM clients to add a Snapshot Agent job that generates the filtered data partition for a Subscriber when a parameterized row filter is used.

public:
 void AddMergeDynamicSnapshotJobForLateBoundComClients(System::Object ^ mergeDynamicSnapshotJob, System::Object ^ schedule);
public void AddMergeDynamicSnapshotJobForLateBoundComClients (object mergeDynamicSnapshotJob, object schedule);
member this.AddMergeDynamicSnapshotJobForLateBoundComClients : obj * obj -> unit
Public Sub AddMergeDynamicSnapshotJobForLateBoundComClients (mergeDynamicSnapshotJob As Object, schedule As Object)

Parameters

mergeDynamicSnapshotJob
Object

The filtered data snapshot job.

schedule
Object

The job schedule.

Remarks

Calling AddMergeDynamicSnapshotJobForLateBoundComClients is equivalent to executing sp_adddynamicsnapshot_job.

The AddMergeDynamicSnapshotJobForLateBoundComClients method can only be called by members of the sysadmin fixed server role at the Publisher or by members of the db_owner fixed database role on the publication database.

Applies to

See also