| Name | Description | |
|---|---|---|
|  | CanOpen | Gets a value indicating whether the data source associated with connectionPath can be opened by this concrete implementation. | 
|  | Close | Formally closes the Plugin Datasource. This operation is the opposite of Open. | 
|  | GetDatasetDescription | Gets a string description for datasetType. | 
|  | GetDatasourceDescription | Gets a string description for the plug-in data source depending on inPluralForm. | 
|  | GetTableNames | Gets the name of all the tables and feature classes that exist in the currently opened plug-in data source. | 
|  | IsQueryLanguageSupported | Gets a value indicating whether the underlying data source supports a query language (e.g., SQL). | 
|  | Open | Formally opens the Plugin Datasource in order for the new data format to be integrated into ArcGIS Pro. | 
|  | OpenTable | Gets an instance of concrete class that implements the PluginTableTemplate abstraction associated with name in the plug-in data source. |