IDTSHttpClientConnection100.GetServerPassword メソッド

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

サーバー パスワードを取得します。

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

構文

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

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

戻り値

型: System.String
サーバー パスワードです。

説明

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

関連項目

参照

IDTSHttpClientConnection100 インターフェイス

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