Partager via


Méthode IDTSHttpClientConnection100.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
Function GetProxyPassword As String
'Utilisation
Dim instance As IDTSHttpClientConnection100 
Dim returnValue As String 

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

Valeur de retour

Type : System.String
The proxy password.

Notes

For more information, see HttpClientConnection100Class.

Voir aussi

Référence

IDTSHttpClientConnection100 Interface

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