ConnectionServicesGetDatabaseConnections Method |
Returns a list of all Database Connections that have been 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 List<string> GetDatabaseConnections(
string serverName
)
Public Function GetDatabaseConnections (
serverName As String
) As List(Of String)
public:
virtual List<String^>^ GetDatabaseConnections(
String^ serverName
) sealed
abstract GetDatabaseConnections :
serverName : string -> List<string>
override GetDatabaseConnections :
serverName : string -> List<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:
ListString
A list containing the database connection names for all databases configured on the designated xTend Integration Server.
The first result in the list will be the connection that has been designated as the "default" connection on the server.
Exceptions See Also