Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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
Property InternetProxyServer As String
Get
Set
'Usage
Dim instance As IMergeSynchronizationAgent
Dim value As String
value = instance.InternetProxyServer
instance.InternetProxyServer = value
string InternetProxyServer { get; set; }
property String^ InternetProxyServer {
String^ get ();
void set (String^ value);
}
abstract InternetProxyServer : string with get, set
function get InternetProxyServer () : String
function set InternetProxyServer (value : String)
Property Value
Type: System.String
A String value that is the name of the internet proxy server.