HttpClientConnection.GetServerPassword メソッド
サーバー パスワードを取得します。
名前空間: Microsoft.SqlServer.Dts.Runtime
アセンブリ: Microsoft.SqlServer.ManagedDTS (Microsoft.SqlServer.ManagedDTS.dll)
構文
'宣言
Public Function GetServerPassword As String
'使用
Dim instance As HttpClientConnection
Dim returnValue As String
returnValue = instance.GetServerPassword()
public string GetServerPassword()
public:
String^ GetServerPassword()
member GetServerPassword : unit -> string
public function GetServerPassword() : String
戻り値
型: System.String
サーバー パスワードを表す String です。