IDTSHttpClientConnection100.GetProxyPassword メソッド

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

プロキシ パスワードを取得します。

名前空間:  Microsoft.SqlServer.Dts.Runtime.Wrapper
アセンブリ:  Microsoft.SqlServer.DTSRuntimeWrap (Microsoft.SqlServer.DTSRuntimeWrap.dll)

構文

'宣言
Function GetProxyPassword As String
'使用
Dim instance As IDTSHttpClientConnection100 
Dim returnValue As String 

returnValue = instance.GetProxyPassword()
string GetProxyPassword()
String^ GetProxyPassword()
abstract GetProxyPassword : unit -> string
function GetProxyPassword() : String

戻り値

型: System.String
プロキシ パスワードです。

説明

詳細については、「HttpClientConnection100Class」を参照してください。

関連項目

参照

IDTSHttpClientConnection100 インターフェイス

Microsoft.SqlServer.Dts.Runtime.Wrapper 名前空間