Server.Connect Method¶
Overload List¶
Name | Description | |
---|---|---|
![]() ![]() | Connect(Uri, String) | Connects to a specific AppDNA database served by the AppDNA server instance at a given URI. It uses the AppDNA Integrated login mechanism to authenticate as the current windows principle (user name). |
![]() ![]() | Connect(String, String, String) | Connects to a default AppDNA server installation on the specified machine. |
![]() ![]() | Connect(Uri, String, String, SecureString) | Connects to a specific AppDNA database served by the AppDNA server instance at a given URI. |
![]() ![]() | Connect(Uri, String, String, String) | Connects to a specific AppDNA database served by the AppDNA server instance at a given URI. |