다음을 통해 공유


DbSyncScopeMetadata.BatchCount 속성

일괄 처리가 사용되는 경우 동기화하는 데 필요한 일괄 처리 수를 가져오거나 설정합니다.

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

구문

‘선언
Public Property BatchCount As Integer
‘사용 방법
Dim instance As DbSyncScopeMetadata
Dim value As Integer

value = instance.BatchCount

instance.BatchCount = value
public int BatchCount { get; set; }
public:
property int BatchCount {
    int get ();
    void set (int value);
}
/** @property */
public int get_BatchCount ()

/** @property */
public void set_BatchCount (int value)
public function get BatchCount () : int

public function set BatchCount (value : int)

속성 값

범위를 동기화하는 데 필요한 일괄 처리 수입니다.

참고 항목

참조

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