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.dll의 Microsoft.SqlServer.ConnectionInfo
구문
‘선언
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.