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). |
esriWorkspacePropSupportsUndoRedo | 16 | Whether the Workspace supports undo/redo in an edit session (VT_BOOL). |
esriWorkspacePropSupportsQueryPagination | 17 | Whether the Workspace supports pagination of queries (VT_BOOL). |
esriWorkspacePropDBMSReleaseNumber | 18 | The DBMS release number of the database that the Workspace is connected to. |
esriWorkspacePropCloudDataWarehouse | 19 | Whether the Workspace is a Cloud Data Warehouse platform (VT_BOOL). |
esriWorkspacePropSupportsBigObjectID | 20 | Whether the Workspace supports 64-bit object ID (VT_BOOL). |
esriWorkspacePropSupportsBigInteger | 21 | Whether the Workspace supports 64-bit integers (VT_BOOL). |
esriWorkspacePropSupportsTimeOnly | 22 | Whether the Workspace supports timeOnly (VT_BOOL). |
esriWorkspacePropSupportsDateOnly | 23 | Whether the Workspace supports dateOnly (VT_BOOL). |
esriWorkspacePropSupportsTimestampOffset | 24 | Whether the Workspace supports timestampOffset (VT_BOOL). |
esriWorkspacePropDBMSReleaseString | 25 | The DBMS release string of the database that the Workspace is connected to (VT_BSTR). |