Partager via


Méthode HttpClientConnection100Class.GetProxyPassword

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets the proxy password.

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

Syntaxe

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

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

Valeur de retour

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

Implémente

IDTSHttpClientConnection100.GetProxyPassword()

Voir aussi

Référence

HttpClientConnection100Class Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper