com.esri.arcgis.datasourcesoledb
Interface IOleDBFDOHelper
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- IOleDBFDOHelperProxy
public interface IOleDBFDOHelper
- extends Serializable
Provides access to members that attach a workspace to an OLE DB Data Source object.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
attachWorkspace
void attachWorkspace(IWorkspace pWorkspace)
throws IOException,
AutomationException
- Attaches an existing Workspace to a Data Source object.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Supported Platforms
Windows, Solaris, Linux
- Parameters:
pWorkspace
- A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.