次の方法で共有


ConnectionManagerFtpClass.ServerPassword プロパティ

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

サーバー名で指定したサーバーのパスワードを設定します。

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

構文

'宣言
Public Overridable WriteOnly Property ServerPassword As String 
    Set
'使用
Dim instance As ConnectionManagerFtpClass 
Dim value As String

instance.ServerPassword = value
public virtual string ServerPassword { set; }
public:
virtual property String^ ServerPassword {
    void set (String^ value);
}
abstract ServerPassword : string with get, set 
override ServerPassword : string with get, set
function set ServerPassword (value : String)

プロパティ値

型: System.String
サーバー名で指定したサーバーのパスワードです。

実装

IDTSConnectionManagerFtp100.ServerPassword

説明

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

関連項目

参照

ConnectionManagerFtpClass クラス

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