Freigeben über


HttpClientConnection100Class.GetProxyPassword-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets the proxy password.

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

Rückgabewert

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

Implementiert

IDTSHttpClientConnection100.GetProxyPassword()

Siehe auch

Verweis

HttpClientConnection100Class Klasse

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace