LinkedServerLogin.SetRemotePassword 메서드 (SecureString)
Sets the password for an alternative login name used when a distributed query or another SQL Server process accesses data on a linked server using an OLE DB Provider.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public Sub SetRemotePassword ( _
password As SecureString _
)
‘사용 방법
Dim instance As LinkedServerLogin
Dim password As SecureString
instance.SetRemotePassword(password)
public void SetRemotePassword(
SecureString password
)
public:
void SetRemotePassword(
SecureString^ password
)
member SetRemotePassword :
password:SecureString -> unit
public function SetRemotePassword(
password : SecureString
)
매개 변수
- password
유형: System.Security.SecureString
A SecureString value that specifies the password that is used with the logon name specified in the RemoteUser property.
주의
This property is only valid when the Impersonate property is set to the value True.
예
참고 항목
참조
Microsoft.SqlServer.Management.Smo 네임스페이스