SyncTableProgress.Updates 속성
동기화 세션 동안 테이블에 적용된 업데이트 수를 가져오거나 설정합니다.
네임스페이스: Microsoft.Synchronization.Data
어셈블리: microsoft.synchronization.data.dll의 Microsoft.Synchronization.Data
구문
‘선언
Public Property Updates As Integer
‘사용 방법
Dim instance As SyncTableProgress
Dim value As Integer
value = instance.Updates
instance.Updates = value
public int Updates { get; set; }
public:
property int Updates {
int get ();
void set (int value);
}
/** @property */
public int get_Updates ()
/** @property */
public void set_Updates (int value)
public function get Updates () : int
public function set Updates (value : int)
속성 값
동기화 세션 동안 테이블에 적용된 업데이트 수입니다.
참고 항목
참조
SyncTableProgress 클래스
SyncTableProgress 멤버
Microsoft.Synchronization.Data 네임스페이스