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.