語言

MergeSynchronizationAgent.DynamicSnapshotLocation 屬性

定義

取得或設定該訂閱者分割快照的位置。

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

屬性值

分割後快照檔案位置的完整路徑。

實作

備註

EnumMergeDynamicSnapshotJobs 方法會為每個為出版品定義的訂閱分割回傳一個 MergeDynamicSnapshotJob 物件。 你可以從 DynamicSnapshotLocation 與訂閱分割區相符的物件屬性中取得已分割快照的位置。

適用於