GetExistingConnection Method
Attempts to get a connection object for an already existing connection
Syntax
Connection GetExistingConnection(
System.string serverName,
System.string vaultName,
System.string userName,
System.string password,
AuthenticationFlags authFlags
)Function GetExistingConnection( _
ByVal serverName As System.String, _
ByVal vaultName As System.String, _
ByVal userName As System.String, _
ByVal password As System.String, _
ByVal authFlags As AuthenticationFlags _
) As ConnectionParameters
| Name | Description |
|---|---|
| serverName | The name of the server |
| vaultName | The name of the vault |
| userName | The name of the user |
| password | The user's password |
| authFlags | Additional options describing the type of connection |
Return Value
The connection object for an exisiting connection matching the input parameters or null if not matching connection is found.