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.245.0.0 (8.245.0.0)
Syntax public string GetDefaultDatabaseConnection(
string serverName
)
Public Function GetDefaultDatabaseConnection (
serverName As String
) As String
public:
virtual String^ GetDefaultDatabaseConnection(
String^ serverName
) sealed
abstract GetDefaultDatabaseConnection :
serverName : string -> string
override GetDefaultDatabaseConnection :
serverName : string -> string
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:
StringThe default database connection name.
Exceptions See Also