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 プロパティから、パーティション分割されたスナップショットの位置を取得できます。

適用対象