Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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. |