MergeDynamicSnapshotJobs Collection
Diese Funktion wird in zukünftigen Versionen von Microsoft SQL Server nicht mehr bereitgestellt. Verwenden Sie diese Funktion beim Entwickeln neuer Anwendungen nicht, und planen Sie das Ändern von Anwendungen, in denen es zurzeit verwendet wird.
The MergeDynamicSnapshotJobs collection is a group of MergeDynamicSnapshotJob objects.
Hinweise
With the MergeDynamicSnapshotJobs collection, you can:
- Add a dynamic snapshot job to 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.
Hinweis 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.
Note The MergeDynamicSnapshotJobs collection is not compatible with Microsoft SQL Server version 7.0 or earlier.