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