Provides access to members that provide information about the release version of a geodatabase.
Members
Name | Description | |
---|---|---|
BugfixVersion | Geodatabase bugfix version level. | |
CanUpgrade | Indicates if the geodatabase can be upgraded with this interface. If not, then another utility must be used to upgrade it. | |
CurrentRelease | Indicates if the geodatabase at the current release level. | |
DatasetSupported | Indicates whether the workspace supports the specified dataset type. | |
ForceCurrentRelease | Indicates if the geodatabase at the current release level. | |
MajorVersion | Geodatabase major version level. | |
MinorVersion | Geodatabase minor version level. | |
Upgrade | Upgrade the database to the current release level. |
IGeodatabaseRelease2.DatasetSupported Property
Indicates whether the workspace supports the specified dataset type.
Public Function get_DatasetSupported ( _
ByVal Type As esriDatasetType _
) As Boolean
public bool get_DatasetSupported (
esriDatasetType Type
);
Remarks
The DatasetSupported method returns a boolean value indicating whether the workspace supports the dataset type specified by the Type parameter. Use this method to determine if you can work with datasets for specific releases of the geodatabase. Please note that the capabilities of datasets may change between releases of the Geodatabase. The DatasetSupported method will only indicate whether a type of dataset is supported for the given workspace; it will not indicate whether an instance of a dataset type is supported.
Some dataset types are not supported by this method:
- esriDTAll
- esriDTCadDrawing
- esriDTContainer
- esriDTGeo
- esriDTPlanarGraph
- esriDTTin
Inherited Interfaces
Interfaces | Description |
---|---|
IGeodatabaseRelease | Provides access to members that provide information about the release version of a geodatabase. |
Classes that implement IGeodatabaseRelease2
Classes | Description |
---|