共用方式為


ServerConnection 建構

Initializes a new instance of the ServerConnection class.

多載清單 

  名稱 描述
公用方法 ServerConnection() () () () Initializes a new instance of the ServerConnection class.
公用方法 ServerConnection(SqlConnection) Initializes a new instance of the ServerConnection class with the specified connection parameters.
公用方法 ServerConnection(String) Initializes a new instance of the ServerConnection class with the specified server instance.
公用方法 ServerConnection(SqlConnectionInfo) Initializes a new instance of the ServerConnection class with the specified connection information.
公用方法 ServerConnection(String, String, SecureString) Initializes a new instance of the ServerConnection class with the specified server instance and logon credentials.
公用方法 ServerConnection(String, String, String) Initializes a new instance of the ServerConnection class with the specified server instance and logon credentials.

頂端