SqlConnectionInfoWithConnection Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
SqlConnectionInfoWithConnection()
public SqlConnectionInfoWithConnection();
Public Sub New ()
Aplica-se a
SqlConnectionInfoWithConnection(SqlConnection)
public SqlConnectionInfoWithConnection(Microsoft.Data.SqlClient.SqlConnection sqlConnection);
new Microsoft.SqlServer.Management.Common.SqlConnectionInfoWithConnection : Microsoft.Data.SqlClient.SqlConnection -> Microsoft.SqlServer.Management.Common.SqlConnectionInfoWithConnection
Public Sub New (sqlConnection As SqlConnection)
Parâmetros
- sqlConnection
- SqlConnection
Aplica-se a
SqlConnectionInfoWithConnection(SqlConnection)
public SqlConnectionInfoWithConnection(System.Data.SqlClient.SqlConnection sqlConnection);
new Microsoft.SqlServer.Management.Common.SqlConnectionInfoWithConnection : System.Data.SqlClient.SqlConnection -> Microsoft.SqlServer.Management.Common.SqlConnectionInfoWithConnection
Public Sub New (sqlConnection As SqlConnection)
Parâmetros
- sqlConnection
- SqlConnection
Aplica-se a
SqlConnectionInfoWithConnection(String)
public SqlConnectionInfoWithConnection(string serverName);
new Microsoft.SqlServer.Management.Common.SqlConnectionInfoWithConnection : string -> Microsoft.SqlServer.Management.Common.SqlConnectionInfoWithConnection
Public Sub New (serverName As String)
Parâmetros
- serverName
- String
Aplica-se a
SqlConnectionInfoWithConnection(String, String, String)
public SqlConnectionInfoWithConnection(string serverName, string userName, string password);
new Microsoft.SqlServer.Management.Common.SqlConnectionInfoWithConnection : string * string * string -> Microsoft.SqlServer.Management.Common.SqlConnectionInfoWithConnection
Public Sub New (serverName As String, userName As String, password As String)
Parâmetros
- serverName
- String
- userName
- String
- password
- String