MergeSynchronizationAgent.DynamicSnapshotLocation Property
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.
Gets or sets the location of the partitioned snapshot for this Subscriber.
public:
virtual property System::String ^ DynamicSnapshotLocation { System::String ^ get(); void set(System::String ^ value); };
public virtual string DynamicSnapshotLocation { get; set; }
member this.DynamicSnapshotLocation : string with get, set
Public Overridable Property DynamicSnapshotLocation As String
Property Value
The full path of the location of the partitioned snapshot files.
Implements
Remarks
The EnumMergeDynamicSnapshotJobs method returns a MergeDynamicSnapshotJob object for each subscription partition defined for a publication. You can obtain the location of the partitioned snapshot for an existing subscription from the DynamicSnapshotLocation property of the object that matches the subscription's partition.