Data Port Sync 1.0.500

PrepareState Enumeration

[This is preliminary documentation and subject to change.]

Database preparation state.

[Visual Basic]
Public Enum PrepareState
[C#]
public enum PrepareState

Members

Member Name Description
None Used for initialization purposes only. This value is never reported back from the low-level code.
Started Database preparation has started. The Data property contains the number of Progress states.
Progress The database preparation is progressing. The Data property is not used.
Finished The database preparation finished. The Data property contains the HRESULT value.

Requirements

Namespace: Primeworks.DataPortSync

Assembly: DataPortSync (in DataPortSync.dll)

See Also

Primeworks.DataPortSync Namespace