Langage

SqlConnectionInfoWithConnection Constructeurs

Définition

Surcharges

SqlConnectionInfoWithConnection()

public SqlConnectionInfoWithConnection();
Public Sub New ()

S’applique à

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)

Paramètres

sqlConnection
SqlConnection

S’applique à

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)

Paramètres

sqlConnection
SqlConnection

S’applique à

SqlConnectionInfoWithConnection(String)

public SqlConnectionInfoWithConnection(string serverName);
new Microsoft.SqlServer.Management.Common.SqlConnectionInfoWithConnection : string -> Microsoft.SqlServer.Management.Common.SqlConnectionInfoWithConnection
Public Sub New (serverName As String)

Paramètres

serverName
String

S’applique à

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)

Paramètres

serverName
String
userName
String
password
String

S’applique à