ApplyChangeFailedEventArgs Properties

Public Properties

  Name Description
Bb734487.pubproperty(en-US,SQL.90).gif Action
Gets or sets an ApplyAction enumeration value that specifies the action to handle the conflict.
Bb734487.pubproperty(en-US,SQL.90).gif Conflict
Gets a SyncConflict object that contains data and metadata for the row being applied and for the existing row in the data store that caused the failure.
Bb734487.pubproperty(en-US,SQL.90).gif Connection
Gets an IDbConnection object for the connection over which changes were attempted during synchronization.
Bb734487.pubproperty(en-US,SQL.90).gif Context
Gets a SyncContext object that contains data changes, and anchor values and other metadata for a synchronization session.
Bb734487.pubproperty(en-US,SQL.90).gif Error
Gets an Exception object that contains metadata about any exceptions that occurred during synchronization.
Bb734487.pubproperty(en-US,SQL.90).gif Session
Gets a SyncSession object that contains synchronization session variables, such as the ID of the client that is synchronizing.
Bb734487.pubproperty(en-US,SQL.90).gif TableMetadata
Gets a SyncTableMetaData object that contains metadata about the table, such as anchor values and the direction of synchronization.
Bb734487.pubproperty(en-US,SQL.90).gif Transaction
Gets or sets an IDbTransaction object that contains the transaction within which changes to tables were attempted.

See Also

Reference

ApplyChangeFailedEventArgs Class
Microsoft.Synchronization.Data Namespace