언어

MergeSynchronizationAgent.DynamicSnapshotLocation 속성

정의

이 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

속성 값

파티션된 스냅샷 파일의 전체 경로.

구현

설명

이 메서드는 EnumMergeDynamicSnapshotJobs 출판물에 정의된 각 구독 파티션에 대해 객체를 MergeDynamicSnapshotJob 반환합니다. 기존 구독의 파티션 위치를 오브젝트의 속성에서 DynamicSnapshotLocation 얻을 수 있습니다.

적용 대상