InternetProxyPassword propriété
Spécifie le mot de passe utilisé lors de la connexion à un serveur proxy (défini dans la propriété InternetProxyServer) qui requiert l'authentification.
Espace de noms : System.Data.SqlServerCe
Assembly : System.Data.SqlServerCe (dans System.Data.SqlServerCe.dll)
Syntaxe
'Déclaration
Public Property InternetProxyPassword As String
Get
Set
'Utilisation
Dim instance As SqlCeRemoteDataAccess
Dim value As String
value = instance.InternetProxyPassword
instance.InternetProxyPassword = value
public string InternetProxyPassword { get; set; }
public:
property String^ InternetProxyPassword {
String^ get ();
void set (String^ value);
}
member InternetProxyPassword : string with get, set
function get InternetProxyPassword () : String
function set InternetProxyPassword (value : String)
Valeur de la propriété
Type : System. . :: . .String
Chaîne du mot de passe du serveur proxy. L'absence de mot de passe est la valeur par défaut.
Notes
La propriété InternetProxyPassword est requise si le serveur proxy est configuré de manière à utiliser l'authentification de base, même si SQL Server Compact 3.5 Relay a été configuré.