RemoteUser 속성

Gets or sets an alternative logon name for the linked server logon to impersonate when it accesses data on a linked server.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
<SfcPropertyAttribute> _
Public Property RemoteUser As String
    Get
    Set
‘사용 방법
Dim instance As LinkedServerLogin
Dim value As String

value = instance.RemoteUser

instance.RemoteUser = value
[SfcPropertyAttribute]
public string RemoteUser { get; set; }
[SfcPropertyAttribute]
public:
property String^ RemoteUser {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute>]
member RemoteUser : string with get, set
function get RemoteUser () : String
function set RemoteUser (value : String)

속성 값

형식: System. . :: . .String
A String value that specifies the alternative logon name for the linked server logon.

주의

This property is only valid when the Impersonate property is set to the value True.