MergeDynamicSnapshotJob Object
Microsoft SQL Server의 이후 버전에서는 이 기능이 제거됩니다. 새 개발 작업에서는 이 기능을 사용하지 않도록 하고, 현재 이 기능을 사용하는 응용 프로그램은 수정하십시오.
The MergeDynamicSnapshotJob object represents a dynamic snapshot job that is part of a merge publication.
Properties
주의
With the MergeDynamicSnapshotJob object, you can:
Add a dynamic snapshot job to a merge publication.
Set the properties of a dynamic snapshot job prior to its creation.
Remove a dynamic snapshot job from a merge publication.
To add a dynamic snapshot job to a merge publication
Create a new MergeDynamicSnapshotJob object.
Optionally set the Name property, specifying a name that is unique among all job names at the Distributor.
Set the DynamicFilterHostName property to the name of a Subscriber.
Set the DynamicFilterLogin property to the login ID of a Subscriber.
Set the DynamicSnapshotLocation property to the path where the dynamic snapshot files are generated.
Add the MergeDynamicSnapshotJob object to the MergeDynamicSnapshotJobs collection of a connected MergePublication object.
[!참고]
If the Name property is not set, a default name is generated in the form of dyn_ + (job name of the regular snapshot job of the publication) + string GUID.
To remove a dynamic snapshot job from a merge publication
Get a MergeDynamicSnapshotJob object from the MergeDynamicSnapshotJobs collection of a connected MergePublication object.
Use the Remove method to remove the dynamic snapshot job.
[!참고]
The MergeDynamicSnapshotJob object is only compatible with instances of Microsoft SQL Server 2000 and later.