언어

Publication.PostSnapshotScript 속성

정의

초기 스냅샷이 구독자에게 적용된 후 실행되는 Transact-SQL 스크립트 파일의 이름과 전체 경로를 받거나 설정합니다.

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

속성 값

String 값입니다.

설명

이 속성은 PostSnapshotScript Publisher의 고정 서버 역할 멤버sysadmin, 출판 데이터베이스의 고정 데이터베이스 역할 멤버db_owner, 또는 출판 접근 목록(PAL) 내 사용자만이 가져올 수 있습니다.

이 속성은 PostSnapshotScript Publisher의 고정 서버 역할 멤버 sysadmin 나 출판 데이터베이스의 고정 데이터베이스 역할 멤버 db_owner 만이 설정할 수 있습니다. PAL의 사용자는 기존 출판물의 속성을 설정할 PostSnapshotScript 수 있습니다.

재산을 회수하는 것은 PostSnapshotScriptsp_helppublication(Transact-SQL) 또는 sp_helpmergepublication(Transact-SQL)를 실행하는 것과 같습니다.

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

적용 대상