com.esri.arcgis.datasourcesoledb
Interface IESRIDataSourceCreate
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- FdoAdoConnection
public interface IESRIDataSourceCreate
- extends Serializable
Provides access to members that create OLE DB Data Source objects from a workspace.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
createDataSource
Object createDataSource(IWorkspace pWorkspace)
throws IOException,
AutomationException
- Creates an OLEDB-FDO Data Source object and connects to existing Workspace.
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)
- Returns:
- A reference to another Object (IUnknown)
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.