다음을 통해 공유


InternetProxyLogin 속성

Gets or sets the login name that is used with Web synchronization when connecting to the Web server by using an Internet proxy server.

네임스페이스:  Microsoft.SqlServer.Replication
어셈블리:  Microsoft.SqlServer.Replication(Microsoft.SqlServer.Replication.dll)

구문

‘선언
Public Overridable Property InternetProxyLogin As String
    Get
    Set
‘사용 방법
Dim instance As MergeSynchronizationAgent
Dim value As String

value = instance.InternetProxyLogin

instance.InternetProxyLogin = value
public virtual string InternetProxyLogin { get; set; }
public:
virtual property String^ InternetProxyLogin {
    String^ get ();
    void set (String^ value);
}
abstract InternetProxyLogin : string with get, set
override InternetProxyLogin : string with get, set
function get InternetProxyLogin () : String
function set InternetProxyLogin (value : String)

속성 값

유형: System. . :: . .String
A String value.

구현

IMergeSynchronizationAgent. . :: . .InternetProxyLogin

주의

For more information about using Web synchronization for merge replication, see 병합 복제에 대한 웹 동기화.