Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
Public Overridable Property InternetProxyServer As String
Get
Set
'Usage
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)
Property Value
Type: System.String
The name of the server.
Implements
IMergeSynchronizationAgent.InternetProxyServer
See Also
Reference
MergeSynchronizationAgent Class
Microsoft.SqlServer.Replication Namespace