Provides access to members that supply workspace name information.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Inherited Interfaces
Interfaces |
Description |
IWorkspaceName |
Provides access to members that supply workspace name information. |
CoClasses that implement IWorkspaceName2
CoClasses and Classes |
Description |
WorkspaceName |
Esri Workspace Name object. |
Remarks
IWorkspaceName2 was added to provide methods to get the connection string which describes the connection properties for the workspace. You can use this connection string to open a workspace with the Open method on IWorkspaceFactory2.
See Also
IWorkspaceName Interface | IWorkspaceFactory2 Interface
.NET Samples
Publish an image service and set configurations (Code Files:
ISConfig)