MergeSynchronizationAgent.DynamicSnapshotLocation Property

Definition

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.

Applies to