Workspace Properties.
Constant | Value | Description |
---|---|---|
esriWorkspacePropCanExecuteSQL | 0 | Whether the ExecuteSQL function works or not (VT_BOOL). |
esriWorkspacePropCanEdit | 1 | Whether the Workspace is editable or not (VT_BOOL). |
esriWorkspacePropIsReadonly | 2 | Whether the Workspace is read-only or not (VT_BOOL). |
esriWorkspacePropSupportsQualifiedNames | 3 | Whether the Workspace can qualify names (VT_BOOL). |
esriWorkspacePropSupportsMetadata | 4 | Whether the Workspace supports metadata or not (VT_BOOL). |
esriWorkspacePropCanAnalyze | 5 | Whether the Workspace can analyze tables or not (VT_BOOL). |
esriWorkspacePropCanGetConfigurationKeywords | 6 | Whether the Workspace can return a list of configuration keywords (VT_BOOL). |
esriWorkspacePropIsGeoDatabase | 7 | Whether the Workspace is a GeoDatabase or not (VT_BOOL). |
esriWorkspacePropMaxWhereClauseLength | 8 | The maximum length of the where clause used in queries. |
esriWorkspacePropHasPrivateEditSession | 9 | Workspace edit sessions are privately managed by another application. |
esriWorkspacePropSupportsHighPrecisionStorage | 10 | Whether the Workspace supports the high-precision storage model or not (VT_BOOL). |
esriWorkspacePropSupportsExtensionDatasets | 11 | Whether the Workspace supports extension datasets or not (VT_BOOL). |
esriWorkspacePropLastCompressDate | 12 | Date of the last compression operation (VT_DATE). |
esriWorkspacePropLastCompressStatus | 13 | Status of the last compression operation (VT_BSTR). |
esriWorkspacePropSupportsArchiving | 14 | Whether the Workspace supports archiving (VT_BOOL). |
esriWorkspacePropSupportsMoveEditsToBase | 15 | Whether the Workspace supports move-edits-to-base registration (VT_BOOL). |
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.