Specifies the transactional version type to connect to when opening an enterprise ArcSDE geodatabase.
Namespace:
ESRI.ArcGISExplorer.DataAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.900 (2.0.0.900)
Syntax
| C# |
|---|
public enum VersionType |
| Visual Basic (Declaration) |
|---|
Public Enumeration VersionType |
Members
| Value | Member name | Description | |
|---|---|---|---|
| 1 | HistoricalName |
Opens an ArcSDE historical name.
| |
| 2 | HistoricalTimestamp |
Opens a ArcSDE historical timestamp.
| |
| 0 | Version |
Opens an ArcSDE Version.
|

