Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets the login name that is used with Web synchronization when connecting to the Web server by using an Internet proxy server.
Espace de noms : Microsoft.SqlServer.Replication
Assembly : Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)
Syntaxe
'Déclaration
Public Overridable Property InternetProxyLogin As String
Get
Set
'Utilisation
Dim instance As MergeSynchronizationAgent
Dim value As String
value = instance.InternetProxyLogin
instance.InternetProxyLogin = value
public virtual string InternetProxyLogin { get; set; }
public:
virtual property String^ InternetProxyLogin {
String^ get ();
void set (String^ value);
}
abstract InternetProxyLogin : string with get, set
override InternetProxyLogin : string with get, set
function get InternetProxyLogin () : String
function set InternetProxyLogin (value : String)
Valeur de propriété
Type : System.String
The login name that is used with Web synchronization.
Implémente
IMergeSynchronizationAgent.InternetProxyLogin
Notes
For more information about using Web synchronization for merge replication, see Synchronisation Web pour la réplication de fusion.