Nota
L'accés a aquesta pàgina requereix autorització. Podeu provar d'iniciar la sessió o de canviar els directoris.
L'accés a aquesta pàgina requereix autorització. Podeu provar de canviar els directoris.
Gets or sets the name of the Internet proxy server that is used with Web synchronization when connecting to the Web server.
Espacio de nombres: Microsoft.SqlServer.Replication
Ensamblado: Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: System.String
The name of the server.
Implementa
IMergeSynchronizationAgent.InternetProxyServer
Vea también
Referencia
MergeSynchronizationAgent Clase
Espacio de nombres Microsoft.SqlServer.Replication