Click or drag to resize

ConnectionServicesGetDefaultDatabaseConnection Method

Returns the name of the Defualt Database Connection as configured on the designated xTend Integration Server.

Namespace:  FactoryLogix.xTend.Core
Assembly:  FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public string GetDefaultDatabaseConnection(
	string serverName
)

Parameters

serverName
Type: SystemString
The fully qualified domain name (FQDN) or simple computer name of the xTend integration server. For example, "xTendServer.mydomain.local" or "xTendServer"

Return Value

Type: String
The default database connection name.
Exceptions
ExceptionCondition
CannotContactServerExceptionThrown if the server specified by the serverName parameter cannot be contact.
See Also