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