HttpClientConnection.GetProxyPassword 方法
Gets the proxy password.
命名空间: Microsoft.SqlServer.Dts.Runtime
程序集: Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)
语法
声明
Public Function GetProxyPassword As String
用法
Dim instance As HttpClientConnection
Dim returnValue As String
returnValue = instance.GetProxyPassword()
public string GetProxyPassword()
public:
String^ GetProxyPassword()
member GetProxyPassword : unit -> string
public function GetProxyPassword() : String
返回值
类型:System.String
A String containing the proxy password.