หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
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()