Provides access to configuration keywords.
The IWorkspaceConfiguration interface provides access to members that allow you to get a list of configuration keywords from an ArcSDE workspace.
| Description | ||
|---|---|---|
![]() |
ConfigurationKeywords | The available configuration keywords. |
| CoClasses and Classes | Description |
|---|---|
| Sde4Workspace (esriDataSourcesGDB) | ESRI SDE (4.x) Feature Database. |
| VersionedWorkspace | VersionedWorkspace Object. |
| Workspace | Workspace Object. |
IWorkspaceConfiguration is an optional interface that allows you to get an enumeration of the configuration keywords for an ArcSDE 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 database to specify storage parameters for new tables, feature classes and geometric networks when they are created. The following methods use configuration keywords when they create data in an ArcSDE workspace:
IFeatureWorkspace::CreateFeatureClass
IFeatureWorkspace::CreateTable
IFeatureWorkspaceAnno::CreateAnnotationClass
IFeatureDataSet::CreateFeatureClass
IClassSchemaEdit::RergisterAsObjectClass
IFeatureDataConverter::ConvertFeatureClass
IFeatureDataConverter::ConvertFeatureDataset
IFeatureDataConverter::ConvertTable
IFeatureDataConverter2::ConvertFeatureClass
IFeatureDataConverter2::ConvertTable
IRouteMeasureEventGeoprocessor::Concatenate
IRouteMeasureEventGeoprocessor::Dissolve
IRouteMeasureEventGeoprocessor::Intersect
IRouteMeasureEventGeoprocessor::Union
INetworkLoader2::ConfigurationKeyword
ArcSDE 8.1 and later workspace's support the reporting of configuration keywords. You can determine if the workspace support the reporting of configuration keywords using the IWorkspaceProperties interface.
IConfigurationKeyword Interface | IConfigurationParameter Interface