Publication.FtpAddress 속성

정의

FTP(파일 전송 프로토콜)를 통해 구독 초기화를 허용하는 게시의 경우 FTP 서버 컴퓨터의 주소를 가져오거나 설정합니다.

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

속성 값

FTP 서버의 주소입니다.

설명

이 속성은 FtpAddress 게시자에서 고정 서버 역할의 sysadmin 멤버, 게시 데이터베이스의 고정 데이터베이스 역할 멤버 또는 PAL(게시 액세스 목록)의 db_owner 사용자에 의해서만 검색할 수 있습니다.

이 속성은 FtpAddress 게시자에서 고정 서버 역할의 sysadmin 멤버 또는 게시 데이터베이스의 db_owner 고정 데이터베이스 역할 멤버에 의해서만 설정할 수 있습니다. PAL의 사용자는 기존 게시의 FtpAddress 속성을 설정할 수 있습니다.

속성을 검색하는 FtpAddress 것은 sp_helppublication(Transact-SQL) 또는 sp_helpmergepublication(Transact-SQL)를 실행하는 것과 같습니다.

FtpAddress 속성을 설정하는 것은 sp_addpublication(Transact-SQL)sp_changepublication(Transact-SQL) 또는 sp_addmergepublication(Transact-SQL)sp_changemergepublication(Transact-SQL)를 실행하는 것과 같습니다.

적용 대상