SyncType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum class SyncType
public enum SyncType
type SyncType =
Public Enum SyncType
- Inheritance
-
SyncType
Fields
| SYNCTYPE_COMMITTED | 3 | |
| SYNCTYPE_END_UOW | 11 | |
| SYNCTYPE_FORGET | 6 | |
| SYNCTYPE_INDOUBT | 12 | |
| SYNCTYPE_MIGRATE | 2 | |
| SYNCTYPE_MIGRATED | 10 | |
| SYNCTYPE_NEW_UOW | 9 | |
| SYNCTYPE_NONE | 0 | |
| SYNCTYPE_PREPARE | 1 | |
| SYNCTYPE_REQ_COMMIT | 5 | |
| SYNCTYPE_REQ_LOG | 8 | |
| SYNCTYPE_ROLLBACK | 4 |