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 | |
---|---|---|
DbSyncBatchInfo | Initializes a new instance of the DbSyncBatchInfo class. This constructor is not CLS-compliant. |
Top
Public Properties
Name | Description | |
---|---|---|
DataCacheSize | Gets or sets the in-memory size of the current batch. This property is not CLS-compliant. | |
DataSetSurrogate | Gets or sets a DataSetSurrogate object, which contains the in-memory data set that represents the batch. This property is not CLS-compliant. | |
Id | Gets or sets an ID that uniquely identifies the batch. This property is not CLS-compliant. | |
IsLastBatch | Gets or sets whether the current batch is the last batch of the synchronization session. This property is not CLS-compliant. | |
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. | |
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 | |
---|---|---|
Dispose | Overloaded. Releases the resources used by the DbSyncBatchInfo. | |
Equals | Overloaded. (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetLearnedKnowledge | Gets the synchronization knowledge that is learned by the destination after it applies this batch. This method is not CLS-compliant. | |
GetType | (Inherited from Object.) | |
ReferenceEquals | (Inherited from Object.) | |
SetLearnedKnowledge | Sets the synchronization knowledge that is learned by the destination after it applies this batch. This method is not CLS-compliant. | |
ToString | Overridden. Returns a string that represents the DbSyncBatchInfo object. This method is not CLS-compliant. |
Top
Protected Methods
Name | Description | |
---|---|---|
Dispose | Overloaded. Releases the resources used by the DbSyncBatchInfo. | |
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Top
See Also
Reference
DbSyncBatchInfo Class
Microsoft.Synchronization.Data Namespace