Freigeben über


DbSyncBatchInfo-Klasse

Stellt eine Batchheaderdatei dar, die Metadaten zu den in einem Synchronisierungsbatch enthaltenen Daten enthält.

Diese Klasse ist nicht CLS-kompatibel.  

Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)

Syntax

'Declaration
<SerializableAttribute> _
<SuppressMessageAttribute("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedCorrectly", MessageId:="Db")> _
<CLSCompliantAttribute(False)> _
Public Class DbSyncBatchInfo
    Implements IDisposable
'Usage
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

Vererbungshierarchie

System.Object
  Microsoft.Synchronization.Data.DbSyncBatchInfo

Threadsicherheit

Alle öffentlichen statischen (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

DbSyncBatchInfo-Member
Microsoft.Synchronization.Data-Namespace