DbSyncBatchInfo Class

Represents a batch header file that contains metadata about the data contained in a synchronization batch.

This class is not CLS-compliant.  

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

Inheritance Hierarchy

System.Object
  Microsoft.Synchronization.Data.DbSyncBatchInfo

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

DbSyncBatchInfo Members
Microsoft.Synchronization.Data Namespace