DataProviderTestConnection Method

Tests the connection.

Namespace:  Dundas.BI.Data.DataProviders
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public abstract TestConnectionResult TestConnection(
	IProviderConnector dataConnector
)

Parameters

dataConnector
Type: Dundas.BI.Data.DataProvidersIProviderConnector
The data connector.

Return Value

Type: TestConnectionResult
The test connection result.
See Also