Delen via


HttpClientConnection100Class.GetProxyPassword Method

This API supports the infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Public Overridable Function GetProxyPassword As String
'Usage
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

Return Value

Type: System.String

Implements

IDTSHttpClientConnection100.GetProxyPassword()