Provides access to dataset deletion and renaming, table and index analysis, field validation and version and object class registration . Note: the IFeatureWorkspaceManage interface has been superseded byIFeatureWorkspaceManage2. Please consider using the more recent version.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
| Description | ||
|---|---|---|
![]()  | 
AnalyzeIndex | Analyze the index to generate DBMS statistics. | 
![]()  | 
AnalyzeTable | Analyze the table to generate DBMS statistics. | 
![]()  | 
CanDelete | Checks if an object can be deleted. | 
![]()  | 
CanRename | Checks if an object can be renamed. | 
![]()  | 
DeleteByName | Deletes an object by it's name. | 
![]()  | 
IsRegisteredAsObjectClass | Checks if an object is registered as an object class. | 
![]()  | 
IsRegisteredAsVersioned | Checks if an object is registered as versioned. | 
![]()  | 
ValidateField | Validate a field, performing type conversion if necessary. | 
CoClasses that implement IFeatureWorkspaceManage
| CoClasses and Classes | Description | 
|---|---|
| Sde4Workspace (esriDataSourcesGDB) | ESRI SDE (4.x) Feature Database. | 
| VersionedWorkspace | VersionedWorkspace Object. | 
| Workspace | Workspace Object. | 
Remarks
The IFeatureWorkspaceManage interface contains utility methods that help in the management of feature workspaces.
