다음을 통해 공유


DbSyncContext.ScopeProgress 속성

동기화 범위에 대한 진행률 통계 집합이 포함된 DbSyncScopeProgress 개체를 가져오거나 설정합니다.

네임스페이스: Microsoft.Synchronization.Data
어셈블리: microsoft.synchronization.data.dll의 Microsoft.Synchronization.Data

구문

‘선언
Public Property ScopeProgress As DbSyncScopeProgress
‘사용 방법
Dim instance As DbSyncContext
Dim value As DbSyncScopeProgress

value = instance.ScopeProgress

instance.ScopeProgress = value
public DbSyncScopeProgress ScopeProgress { get; set; }
public:
property DbSyncScopeProgress^ ScopeProgress {
    DbSyncScopeProgress^ get ();
    void set (DbSyncScopeProgress^ value);
}
/** @property */
public DbSyncScopeProgress get_ScopeProgress ()

/** @property */
public void set_ScopeProgress (DbSyncScopeProgress value)
public function get ScopeProgress () : DbSyncScopeProgress

public function set ScopeProgress (value : DbSyncScopeProgress)

속성 값

동기화 범위에 대한 진행률 통계 집합이 포함된 DbSyncScopeProgress 개체입니다.

참고 항목

참조

DbSyncContext 클래스
DbSyncContext 멤버
Microsoft.Synchronization.Data 네임스페이스