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 (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
<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.