PlaceholderProviderTestConnection Method

Tests the connection.

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

Parameters

dataConnector  IProviderConnector
The data connector.

Return Value

TestConnectionResult
The test connection result.
See Also