DbConnectionFailureAction Enumeration

Represents the action taken in response to the DbConnectionFailure event, which occurs when the database connection fails during change application.

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

Syntax

'Declaration
Public Enumeration DbConnectionFailureAction
'Usage
Dim instance As DbConnectionFailureAction
public enum DbConnectionFailureAction
public enum class DbConnectionFailureAction
type DbConnectionFailureAction
public enum DbConnectionFailureAction

Members

Member name Description
RetrySync Tries again to reconnect to the database and commit changes after the database connection fails.
AbortSync Stops synchronization when the database connection fails.

See Also

Reference

Microsoft.Synchronization.Data Namespace