This document is archived and information here might be outdated.  Recommended version.


esriWorkspaceType Constants (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Constants > E > esriWorkspaceType Constants
ArcGIS Developer Help

esriWorkspaceType Constants

Workspace types.

Constant Value Description
esriFileSystemWorkspace 0 File system Workspace.
esriLocalDatabaseWorkspace 1 Local database Workspace.
esriRemoteDatabaseWorkspace 2 Remote database Workspace.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

esriFileSystemWorkspace: File-based workspaces. e.g. coverages, shapefiles, InMemory Workspaces
esriLocalDatabaseWorkspace:
Geodatabases that are local to your machine, e.g. A File Geodatabase or a Personal geodatabase stored in an Access file
esriRemoteDatabaseWorkspace:
Geodatabases that require a remote connection. e.g. ArcSDE, OLE DB

.NET Samples

Publish an image service and set configurations