|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWorkspaceName2
Provides access to members that supply workspace name information.
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.
Method Summary | |
---|---|
String |
getConnectionString()
The connection properties of the WorkspaceName. |
void |
setConnectionString(String connectionSting)
The connection properties of the WorkspaceName. |
Methods inherited from interface com.esri.arcgis.geodatabase.IWorkspaceName |
---|
getBrowseName, getCategory, getConnectionProperties, getPathName, getType, getWorkspaceFactory, getWorkspaceFactoryProgID, setBrowseName, setConnectionProperties, setPathName, setWorkspaceFactoryProgID |
Method Detail |
---|
String getConnectionString() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setConnectionString(String connectionSting) throws IOException, AutomationException
connectionSting
- The connectionSting (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |