Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Encapsulates data changes and metadata for a synchronization session.
Inheritance Hierarchy
System.Object
Microsoft.Synchronization.Data.DbSyncContext
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class DbSyncContext
'Usage
Dim instance As DbSyncContext
[SerializableAttribute]
public class DbSyncContext
[SerializableAttribute]
public ref class DbSyncContext
[<SerializableAttribute>]
type DbSyncContext = class end
public class DbSyncContext
The DbSyncContext type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
DbSyncContext | Initializes a new instance of the DbSyncContext class. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
BatchFileName | Gets or sets the name of the file to which spooled changes are written. |
![]() |
DataSet | Gets or sets a DataSet object that contains the selected rows from the peer database. |
![]() |
IsDataBatched | Gets or sets whether data is sent in multiple batches or in a single DataSet object. |
![]() |
IsLastBatch | Gets or sets whether the current batch is the last batch of changes. |
![]() |
IsPeerOutdated | Gets or sets whether a peer is outdated, which means that the peer does not have sufficient metadata to correctly synchronize. |
![]() |
MadeWithForgottenKnowledge | Gets or sets a SyncKnowledge object that contains the forgotten knowledge that the peer had when the set of changes was selected from the peer database. |
![]() |
MadeWithKnowledge | Gets or sets a SyncKnowledge object that contains the knowledge that the peer had when the set of changes was selected from the peer database. |
![]() |
ScopeProgress | Gets or sets a DbSyncScopeProgress object that contains a set of progress statistics for a synchronization scope. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
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.
.gif)
.gif)
.gif)