Método IDTSHttpClientConnection100.GetProxyPassword
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets the proxy password.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
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 de retorno
Tipo: System.String
The proxy password.
Comentários
For more information, see HttpClientConnection100Class.