Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
Gets or sets the name of the Internet proxy server that is used with Web synchronization when connecting to the Web server.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (em Microsoft.SqlServer.Replication.dll)
Sintaxe
'Declaração
Public Overridable Property InternetProxyServer As String
Get
Set
'Uso
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)
Valor da propriedade
Tipo: System.String
The name of the server.
Implementa
IMergeSynchronizationAgent.InternetProxyServer
Consulte também
Referência
MergeSynchronizationAgent Classe
Namespace Microsoft.SqlServer.Replication