Compartir a través de


IDTSHttpClientConnection100.GetProxyPassword Método

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets the proxy password.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
Function GetProxyPassword As String
'Uso
Dim instance As IDTSHttpClientConnection100 
Dim returnValue As String 

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

Valor devuelto

Tipo: System.String
The proxy password.

Comentarios

For more information, see HttpClientConnection100Class.

Vea también

Referencia

IDTSHttpClientConnection100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper