Compartir a través de


ServerConnection Constructor

Initializes a new instance of the ServerConnection class.

Lista de sobrecargas

  Nombre Descripción
Método publico ServerConnection() () () () Initializes a new instance of the ServerConnection class.
Método publico ServerConnection(SqlConnection) Initializes a new instance of the ServerConnection class with the specified connection parameters.
Método publico ServerConnection(String) Initializes a new instance of the ServerConnection class with the specified server instance.
Método publico ServerConnection(SqlConnectionInfo) Initializes a new instance of the ServerConnection class with the specified connection information.
Método publico ServerConnection(String, String, SecureString) Initializes a new instance of the ServerConnection class with the specified server instance and logon credentials.
Método publico ServerConnection(String, String, String) Initializes a new instance of the ServerConnection class with the specified server instance and logon credentials.

Principio