Partager via


ServerConnection constructeur

Initializes a new instance of the ServerConnection class.

Liste de surcharge

  Nom Description
Méthode publique ServerConnection() () () () Initializes a new instance of the ServerConnection class.
Méthode publique ServerConnection(SqlConnection) Initializes a new instance of the ServerConnection class with the specified connection parameters.
Méthode publique ServerConnection(String) Initializes a new instance of the ServerConnection class with the specified server instance.
Méthode publique ServerConnection(SqlConnectionInfo) Initializes a new instance of the ServerConnection class with the specified connection information.
Méthode publique ServerConnection(String, String, SecureString) Initializes a new instance of the ServerConnection class with the specified server instance and logon credentials.
Méthode publique ServerConnection(String, String, String) Initializes a new instance of the ServerConnection class with the specified server instance and logon credentials.

Haut de la page