Share via


DbSyncBatchInfo Members

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

The following tables list the members exposed by the DbSyncBatchInfo type.

Public Constructors

  Name Description
Public method DbSyncBatchInfo Initializes a new instance of the DbSyncBatchInfo class.

This constructor is not CLS-compliant.

Top

Public Properties

  Name Description
Public property DataCacheSize Gets or sets the in-memory size of the current batch.

This property is not CLS-compliant.
Public property DataSetSurrogate Gets or sets a DataSetSurrogate object, which contains the in-memory data set that represents the batch.

This property is not CLS-compliant.
Public property Id Gets or sets an ID that uniquely identifies the batch.

This property is not CLS-compliant.
Public property IsLastBatch Gets or sets whether the current batch is the last batch of the synchronization session.

This property is not CLS-compliant.
Public property SequenceNumber Gets or sets the sequence number of the batch at the source provider so that the destination provider processes batches in the correct order.

This property is not CLS-compliant.
Public property Version Represents the version of Sync Framework that generated the batch file.

This property is not CLS-compliant.

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method Dispose Overloaded. Releases the resources used by the DbSyncBatchInfo.
Public method Equals  Overloaded. (Inherited from Object.)
Public method GetHashCode  (Inherited from Object.)
Public method GetLearnedKnowledge Gets the synchronization knowledge that is learned by the destination after it applies this batch.

This method is not CLS-compliant.
Public method GetType  (Inherited from Object.)
Public method Ee617502.static(en-us,SQL.105).gif ReferenceEquals  (Inherited from Object.)
Public method SetLearnedKnowledge Sets the synchronization knowledge that is learned by the destination after it applies this batch.

This method is not CLS-compliant.
Public method ToString Overridden. Returns a string that represents the DbSyncBatchInfo object.

This method is not CLS-compliant.

Top

Protected Methods

  Name Description
Protected method Dispose Overloaded. Releases the resources used by the DbSyncBatchInfo.
Protected method Finalize  (Inherited from Object.)
Protected method MemberwiseClone  (Inherited from Object.)

Top

See Also

Reference

DbSyncBatchInfo Class
Microsoft.Synchronization.Data Namespace