Click or drag to resize
SqlDatabaseSetupTestServerConnection Method
Tests the connection to the database server.

Namespace: PDTec.IceNet.Sdk.Database.Sql
Assembly: PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
public bool TestServerConnection(
	out string errorMessage
)

Parameters

errorMessage
Type: SystemString
In the case of a connection failure this parameter contains an error message.

Return Value

Type: Boolean
true if a connection can be established, false otherwise.
See Also