Compartilhar via


Classe DbSyncBatchInfo

Representa um arquivo de cabeçalho em lotes que contém metadados sobre os dados contidos em um lote de sincronização.

Esta classe não é compatível com CLS.  

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

Sintaxe

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

Hierarquia de herança

System.Object
  Microsoft.Synchronization.Data.DbSyncBatchInfo

Segurança de thread

Qualquer membro estático público (Compartilhado no Visual Basic) deste tipo é protegido por thread. Não há garantia de que qualquer membro de instância esteja protegido por thread.

Consulte também

Referência

Membros DbSyncBatchInfo
Namespace Microsoft.Synchronization.Data