Provides access to configuration keywords.
When To Use
The IWorkspaceConfigurationinterface provides access to members that allow you to get a list of configuration keywords from an ArcSDE workspace.
Members
Name | Description | |
---|---|---|
ConfigurationKeywords | The available configuration keywords. |
IWorkspaceConfiguration.ConfigurationKeywords Property
The available configuration keywords.
Public ReadOnly Property ConfigurationKeywords As IEnumConfigurationKeyword
public IEnumConfigurationKeyword ConfigurationKeywords {get;}
Remarks
Returns an enumeration of all the of the configuration keywords for an ArcSDE or File geodatabase workspace.
Classes that implement IWorkspaceConfiguration
Classes | Description |
---|---|
SqlWorkspace (esriDataSourcesGDB) | Sql workspace |
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.