com.esri.arcgis.server
Interface IDataStoreValidator
- All Superinterfaces:
- Serializable
public interface IDataStoreValidator
- extends Serializable
Tests access to the data store.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
validateAccess
boolean validateAccess(String dataStore,
String dataStoreType)
throws IOException,
AutomationException
- Tests access to the data store.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Parameters:
dataStore
- The dataStore (in)dataStoreType
- The dataStoreType (in)
- Returns:
- The isValid
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.