Represents synchronization action.
Namespace:
PerpetuumSoft.DataModel.MsSql.SynchronizersAssembly: PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public enum SynchronizerAction |
| Visual Basic (Declaration) |
|---|
Public Enumeration SynchronizerAction |
| Visual C++ |
|---|
public enum class SynchronizerAction |
Members
| Member name | Description | |
|---|---|---|
| None | Do nothing. | |
| Create | Create object. | |
| Drop | Drop object. | |
| Alter | Alter object. | |
| ReCreate | Recreate object |