Udostępnij za pośrednictwem


Właściwość MergeSynchronizationAgent.InternetProxyServer

Pobiera lub ustawia nazwę internetowy serwer proxy jest używany z synchronizacja w sieci Web podczas łączenia się z serwerem sieci Web.

Przestrzeń nazw:  Microsoft.SqlServer.Replication
Zestaw:  Microsoft.SqlServer.Replication (w Microsoft.SqlServer.Replication.dll)

Składnia

'Deklaracja
Public Overridable Property InternetProxyServer As String
    Get
    Set
'Użycie
Dim instance As MergeSynchronizationAgent
Dim value As String

value = instance.InternetProxyServer

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

Wartość właściwości

Typ: System.String
A String wartość, która jest nazwą serwera.

Implementacje

IMergeSynchronizationAgent.InternetProxyServer