Metodo HttpClientConnection.GetProxyPassword

Gets the proxy password.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Public Function GetProxyPassword As String
'Utilizzo
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

Valore restituito

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

Vedere anche

Riferimento

HttpClientConnection Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime