Constructeur ServerConnection

Initializes a new instance of the ServerConnection class.

Ce membre est surchargé. Pour plus d'informations sur ce membre, notamment sur la syntaxe et l'utilisation, et pour visualiser des exemples, cliquez sur un nom dans la liste de surcharge.

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