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


IWorkspaceName2 Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IW > IWorkspaceName2 Interface
ArcGIS Developer Help

IWorkspaceName2 Interface

Provides access to members that supply workspace name information.

Product Availability

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

Members

Name Description
Read/write property BrowseName The browse name of the WorkspaceName.
Read-only property Category The category of the WorkspaceName.
Read/write property ConnectionProperties The connection properties of the WorkspaceName.
Read/write property ConnectionString The connection properties of the WorkspaceName.
Read/write property PathName The path name of the WorkspaceName.
Read-only property Type The type of the associated workspace.
Read-only property WorkspaceFactory The workspace factory of the WorkspaceName.
Read/write property WorkspaceFactoryProgID The ProgID of the WorkspaceName's workspace factory.

Inherited Interfaces

Interfaces Description
IWorkspaceName Provides access to members that supply workspace name information.

Classes that implement IWorkspaceName2

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