Freigeben über


DbSyncBatchInfo-Klasse

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

Diese API ist nicht CLS-kompatibel. 

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

Syntax

'Declaration
<SerializableAttribute> _
<CLSCompliantAttribute(False)> _
Public Class DbSyncBatchInfo _
    Implements IDisposable
'Usage
Dim instance As DbSyncBatchInfo
[SerializableAttribute]
[CLSCompliantAttribute(false)]
public class DbSyncBatchInfo : IDisposable
[SerializableAttribute]
[CLSCompliantAttribute(false)]
public ref class DbSyncBatchInfo : IDisposable
[<SerializableAttribute>]
[<CLSCompliantAttribute(false)>]
type DbSyncBatchInfo =  
    class
        interface IDisposable
    end
public class DbSyncBatchInfo implements IDisposable

Vererbungshierarchie

System. . :: . .Object
  Microsoft.Synchronization.Data..::..DbSyncBatchInfo

Threadsicherheit

Alle öffentlichen static (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