Click or drag to resize

IReplication Properties

The IReplication type exposes the following members.

Properties
  NameDescription
Public propertyContinuous
Gets or sets whether or not this replication should be continuous. Non-continuous replications stop when they finish processing their initial set of changes
Public propertyDatabase
Gets the local Database associated with this replication
Public propertyLastError
Gets the most recent error associated with this replication
Public propertyOtherDatabase
Gets the remote Database being replicated to, if this is a local replication.
Public propertyPull
Gets or sets whether or not this replication should perform pull operations from the remote dataset
Public propertyPush
Gets or sets whether or not this replication should perform push operations from the remote dataset
Public propertyRemoteUrl
Gets the URL of the remote database being replicated to, if this is a network replication
Public propertyStatus
Gets the current status of the IReplication
Top
See Also