Publication.FtpPassword プロパティ
ファイル転送プロトコル (FTP) を介してサブスクリプションを初期化できるパブリケーションの、FTP サーバーへの接続に使用するログインのパスワードを設定します。
名前空間: Microsoft.SqlServer.Replication
アセンブリ: Microsoft.SqlServer.Rmo (Microsoft.SqlServer.Rmo.dll)
構文
'宣言
Public Property FtpPassword As String
Get
Set
'使用
Dim instance As Publication
Dim value As String
value = instance.FtpPassword
instance.FtpPassword = value
public string FtpPassword { get; set; }
public:
property String^ FtpPassword {
String^ get ();
void set (String^ value);
}
member FtpPassword : string with get, set
function get FtpPassword () : String
function set FtpPassword (value : String)
プロパティ値
型: System.String
FTP サーバー コンピューターへの接続に使用するパスワードを指定する String 値です。
説明
FtpPassword プロパティは、常に空の文字列を返します。
FtpPassword プロパティを設定できるのは、パブリッシャー側の固定サーバー ロール sysadmin のメンバー、またはパブリケーション データベースの固定データベース ロール db_owner のメンバーだけです。 既存のパブリケーションの FtpPassword プロパティは、パブリケーション アクセス リスト (PAL) のユーザーが設定できます。
FtpPassword プロパティを設定すると、sp_addpublication (Transact-SQL) と sp_changepublication (Transact-SQL)、または sp_addmergepublication (Transact-SQL) と sp_changemergepublication (Transact-SQL) を実行したのと同じことになります。
関連項目
参照
Microsoft.SqlServer.Replication 名前空間