DbSyncBatchInfo Clase
Representa un archivo de encabezado por lotes que contiene metadatos acerca de los datos incluidos en un lote de sincronización.
Esta clase no es compatible con CLS.
Espacio de nombres: Microsoft.Synchronization.Data
Ensamblado: Microsoft.Synchronization.Data (en microsoft.synchronization.data.dll)
Sintaxis
'Declaración
<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
Jerarquía de herencia
System.Object
Microsoft.Synchronization.Data.DbSyncBatchInfo
Seguridad para subprocesos
Todos los miembros (Compartidos en Visual Basic) de este tipo son seguros para la ejecución de subprocesos. No se garantiza que los miembros de instancias sean seguros para la ejecución de subprocesos.
Vea también
Referencia
DbSyncBatchInfo Miembros
Microsoft.Synchronization.Data Espacio de nombres