This document is archived and information here might be outdated.  Recommended version.


IWorkspaceConfiguration Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IW > IWorkspaceConfiguration Interface
ArcGIS Developer Help

IWorkspaceConfiguration Interface

Provides access to configuration keywords.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

When To Use

The IWorkspaceConfiguration interface provides access to members that allow you to get a list of configuration keywords from an ArcSDE workspace.

Members

Name Description
Read-only property ConfigurationKeywords The available configuration keywords.

Classes that implement IWorkspaceConfiguration

Classes Description
Sde4Workspace (esriDataSourcesGDB) Esri SDE (4.x) Feature Database.
SqlWorkspace (esriDataSourcesGDB) Sql workspace
VersionedWorkspace VersionedWorkspace Object.
Workspace Workspace Object.

Remarks

IWorkspaceConfiguration is an optional interface that allows you to get an enumeration of the configuration keywords for an ArcSDE or File geodatabase workspace. You can determine if the workspace supports the reporting of configuration keywords by using the IWorkspaceProperties interface. Configuration keywords are used in an ArcSDE or File geodatabase to specify storage parameters during the creation of new datasets, such as tables, feature classes and geometric networks.

See Also

IConfigurationKeyword Interface | IConfigurationParameter Interface