Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the SqlConnectionInfo class.
Namespace: Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)
Syntax
'Declaration
Public Sub New ( _
serverName As String, _
userName As String, _
password As String _
)
'Usage
Dim serverName As String
Dim userName As String
Dim password As String
Dim instance As New SqlConnectionInfo(serverName, _
userName, password)
public SqlConnectionInfo(
string serverName,
string userName,
string password
)
public:
SqlConnectionInfo(
String^ serverName,
String^ userName,
String^ password
)
new :
serverName:string *
userName:string *
password:string -> SqlConnectionInfo
public function SqlConnectionInfo(
serverName : String,
userName : String,
password : String
)
Parameters
- serverName
Type: System.String
A String object value that specifies the instance of SQL Server.
- userName
Type: System.String
A String object value that specifies the user who is connected to the instance of SQL Server.
- password
Type: System.String
A String object value that specifies the password supplied by the user to connect to the instance of SQL Server.