PlaceholderProvider Methods |
The PlaceholderProvider type exposes the following members.
| Name | Description | |
|---|---|---|
| BuildConnectionString |
Builds the connection string.
(Overrides DataProviderBuildConnectionString(IProviderConnector).) | |
| DiscoverStructure(IDisposable, DataStructure) |
Discovers the structure definition.
(Inherited from DataProvider.) | |
| DiscoverStructure(IDisposable, SupportedDataStructures, String) |
Gets the structure definition with the specified name.
(Overrides DataProviderDiscoverStructure(IDisposable, SupportedDataStructures, String).) | |
| DiscoverStructures |
Gets the list of the structures with the specified type.
(Overrides DataProviderDiscoverStructures(IDisposable, SupportedDataStructures).) | |
| EnumerateCustom |
Enumerates the provider-specific values.
(Inherited from DataProvider.) | |
| EnumerateDatabases |
Enumerates the available databases.
(Overrides DataProviderEnumerateDatabases(ICollectionParameterValue).) | |
| EnumerateServers |
Enumerates the available database servers.
(Overrides DataProviderEnumerateServers.) | |
| GetConnection |
Gets the open connection.
(Overrides DataProviderGetConnection(IProviderConnector).) | |
| GetCredentialsProviderId |
Gets the ID of the credentials provider.
(Overrides DataProviderGetCredentialsProviderId(IProviderConnector).) | |
| GetCustomConfigurationUI |
Gets the custom configuration UI based on the requested content type.
(Overrides DataProviderGetCustomConfigurationUI(ContentType).) | |
| GetDataCacheKey |
Gets the data cache key.
(Inherited from DataProvider.) | |
| GetDefaultStructureName |
Gets the default structure name.
(Inherited from DataProvider.) | |
| GetDiagnosticInfo | Gets diagnostic information about the data provider. (Inherited from DataProvider.) | |
| IsDriverInstalled |
Determines whether third party driver required for this data provider is installed.
(Overrides DataProviderIsDriverInstalled.) | |
| IsUsingUploadedFile |
Determines whether the connection is made to a file stored in Dundas BI database.
(Inherited from DataProvider.) | |
| Localize |
Localizes the specified string using the engine localization service.
(Inherited from ComponentBase.) | |
| LogQueryStatement |
Logs the query statement into Data.DataRetrieval.QueryAudit channel at the Information level.
(Inherited from DataProvider.) | |
| ProcessTask |
Processes the current task if the task is compatible with the data provider.
(Overrides DataProviderProcessTask(ProviderTransformTask).) | |
| TestConnection |
Tests the connection.
(Overrides DataProviderTestConnection(IProviderConnector).) | |
| UpdateFromConnectionString |
Updates from connection string.
(Overrides DataProviderUpdateFromConnectionString(IProviderConnector, String).) |