This document is archived and information here might be outdated. Recommended version. |
Provides access to members that help the Plug-In workspace factory.
When you create a plug-in data source, your custom PlugInWorkspaceFactoryHelper must support the IPlugInWorkspaceFactoryHelper interface.
Name | Description | |
---|---|---|
CanSupportSQL | Indicates whether datasets of this type can process SQL queries. | |
ContainsWorkspace | Indicates if parentDirectory contains a valid workspace, or is a valid file-system workspace. | |
DatasetDescription | A desription of a detaset of the type specified. | |
DataSourceName | The name of the data source. | |
GetWorkspaceString | If parentDirectory is or contains a valid workspace, gets a string uniquely identifying that workspace. | |
IsWorkspace | Tests if the workspace string represents a valid workspace. | |
OpenWorkspace | Opens a workspace helper for the workspace identified by the workspace string. | |
WorkspaceDescription | A singular or plural description of the type of workspace the workspace factory opens. | |
WorkspaceFactoryTypeID | The class ID which is registered in the WorkspaceFactory category. | |
WorkspaceType | The type of workspace the workspace factory opens. |
Classes | Description |
---|---|
FeatureServiceWorkspaceFactory (esriCarto) | FeatureService workspace factory. |
GeoRSSWorkspaceFactory (esriDataSourcesFile) | GeoRSS workspace factory. |
SDCWorkspaceFactory (esriDataSourcesFile) | Esri SDC workspace factory. |
StreetMapWorkspaceFactory (esriDataSourcesFile) | Esri StreetMap workspace factory. |