Метод 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.