Open this page in the API Guide

TestConnectionResult Constructor

Initializes a new instance of the TestConnectionResult class.

Namespace:  Dundas.BI.Data.DataProviders
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public TestConnectionResult(
	string serverVersion,
	string clientVersion
)

Parameters

serverVersion
Type: System.String
The server version.
clientVersion
Type: System.String
The client version.
See Also