Publication.FtpPassword プロパティ

定義

FTP経由で購読初期化が可能な出版物のファイル転送プロトコル(FTP)サーバーに接続するためのログインパスワードを設定します。

public:
 property System::String ^ FtpPassword { System::String ^ get(); void set(System::String ^ value); };
public string FtpPassword { get; set; }
member this.FtpPassword : string with get, set
Public Property FtpPassword As String

プロパティ値

FTPサーバーに接続するパスワードを指定する String の値です。

注釈

FtpPasswordプロパティは常に空文字列を返します。

FtpPasswordプロパティは、Publisherのsysadmin固定サーバーロールのメンバーか、出版データベース上のdb_owner固定データベースメンバーのみが設定可能です。 出版アクセスリスト(PAL)のユーザーは、既存の出版物の FtpPassword プロパティを設定できます。

FtpPasswordプロパティを設定することは、sp_addpublication(Transact-SQL)sp_changepublication(Transact-SQL)またはsp_addmergepublication(Transact-SQL)、sp_changemergepublication(Transact-SQL)を実行するのと同等です。

適用対象