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.