Udostępnij za pośrednictwem


Konstruktor SqlConnectionInfo (String, String, String)

Inicjuje nowe wystąpienie SqlConnectionInfo klasy

Przestrzeń nazw:  Microsoft.SqlServer.Management.Common
Zestaw:  Microsoft.SqlServer.ConnectionInfo (w Microsoft.SqlServer.ConnectionInfo.dll)

Składnia

'Deklaracja
Public Sub New ( _
    serverName As String, _
    userName As String, _
    password As String _
)
'Użycie
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
)

Parametry

  • serverName
    Typ: System.String
    A String wartość obiektu, który określa wystąpienie SQL Server.
  • userName
    Typ: System.String
    A String , który określa użytkownik, który jest podłączony do wystąpienie wartości obiektu SQL Server.
  • password
    Typ: System.String
    A String wartość obiektu, który określa hasło podane przez użytkownika do połączenia z wystąpienie SQL Server.