다음을 통해 공유


DbSyncBatchInfo 클래스

동기화 일괄 처리에 포함된 데이터에 대한 메타데이터를 포함하는 일괄 처리 헤더 파일을 나타냅니다.

이 클래스는 CLS와 호환되지 않습니다.  

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

구문

‘선언
<SerializableAttribute> _
<SuppressMessageAttribute("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedCorrectly", MessageId:="Db")> _
<CLSCompliantAttribute(False)> _
Public Class DbSyncBatchInfo
    Implements IDisposable
‘사용 방법
Dim instance As DbSyncBatchInfo
[SerializableAttribute] 
[SuppressMessageAttribute("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedCorrectly", MessageId="Db")] 
[CLSCompliantAttribute(false)] 
public class DbSyncBatchInfo : IDisposable
[SerializableAttribute] 
[SuppressMessageAttribute(L"Microsoft.Naming", L"CA1709:IdentifiersShouldBeCasedCorrectly", MessageId=L"Db")] 
[CLSCompliantAttribute(false)] 
public ref class DbSyncBatchInfo : IDisposable
/** @attribute SerializableAttribute() */ 
/** @attribute SuppressMessageAttribute("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedCorrectly", MessageId="Db") */ 
/** @attribute CLSCompliantAttribute(false) */ 
public class DbSyncBatchInfo implements IDisposable
SerializableAttribute 
SuppressMessageAttribute("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedCorrectly", MessageId="Db") 
CLSCompliantAttribute(false) 
public class DbSyncBatchInfo implements IDisposable

상속 계층 구조

System.Object
  Microsoft.Synchronization.Data.DbSyncBatchInfo

스레드로부터의 안전성

이 유형의 모든 public static(Visual Basic의 경우 Shared ) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

DbSyncBatchInfo 멤버
Microsoft.Synchronization.Data 네임스페이스