Partager via


Méthode HttpClientConnection.GetProxyPassword

Gets the proxy password.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
Public Function GetProxyPassword As String
'Utilisation
Dim instance As HttpClientConnection 
Dim returnValue As String 

returnValue = instance.GetProxyPassword()
public string GetProxyPassword()
public:
String^ GetProxyPassword()
member GetProxyPassword : unit -> string
public function GetProxyPassword() : String

Valeur de retour

Type : System.String
A String containing the proxy password.

Voir aussi

Référence

HttpClientConnection Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime