ServerConnection 构造函数 (String, String, SecureString)

Initializes a new instance of the ServerConnection class with the specified server instance and logon credentials.

命名空间:  Microsoft.SqlServer.Management.Common
程序集:  Microsoft.SqlServer.ConnectionInfo(在 Microsoft.SqlServer.ConnectionInfo.dll 中)

语法

声明
Public Sub New ( _
    serverInstance As String, _
    userName As String, _
    password As SecureString _
)
用法
Dim serverInstance As String
Dim userName As String
Dim password As SecureString

Dim instance As New ServerConnection(serverInstance, _
    userName, password)
public ServerConnection(
    string serverInstance,
    string userName,
    SecureString password
)
public:
ServerConnection(
    String^ serverInstance, 
    String^ userName, 
    SecureString^ password
)
new : 
        serverInstance:string * 
        userName:string * 
        password:SecureString -> ServerConnection
public function ServerConnection(
    serverInstance : String, 
    userName : String, 
    password : SecureString
)

参数

  • serverInstance
    类型:System. . :: . .String
    A String value that specifies the name of the instance of the server with which the connection is established.