Gets the type of the geodatabase the geodata service operates on.
GetWrappedWorkspaceType()
Return Value
An esriWorkspaceType
enumeration value.
Remarks
Three types of workspaces are defined in the enumeration:
File - these are not geodatabases and will not be exposed via a geodata service.
Local - consist of personal and file geodatabases.
Remote - refer to workgroup or enterprise geodatabases.
In many cases, successfully using geodata service methods depends on the type of geodatabase the service is working with.
Examples