Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
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
Return Value
Type: System.String
A String containing the proxy password.
Implements
IDTSHttpClientConnection100.GetProxyPassword()