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 게시자에서 고정 서버 역할의 sysadmin 멤버 또는 게시 데이터베이스의 db_owner 고정 데이터베이스 역할 멤버에 의해서만 설정할 수 있습니다. PAL(게시 액세스 목록)의 사용자는 기존 게시의 FtpPassword 속성을 설정할 수 있습니다.

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

적용 대상