MergePublication.AddMergeDynamicSnapshotJobForLateBoundComClients Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.