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.
- userName
型別:System. . :: . .String
A String value that specifies the logon account used to establish the referenced connection.
- password
型別:System.Security. . :: . .SecureString
A SecureString value that specifies the password used with the logon account.