ReplicationTable.PublishedInQueuedTransactions 속성

정의

지연 업데이트 구독을 지원하는 게시에 의해 테이블이 게시되는지 여부를 나타내는 값을 가져옵니다.

public:
 property bool PublishedInQueuedTransactions { bool get(); };
public bool PublishedInQueuedTransactions { get; }
member this.PublishedInQueuedTransactions : bool
Public ReadOnly Property PublishedInQueuedTransactions As Boolean

속성 값

테이블이 지연 업데이트 구독을 지원하는 게시에 의해 게시되면 true이고, 테이블이 지연 업데이트 구독을 지원하는 게시에 의해 게시되지 않으면 false입니다.

설명

게시 PublishedInQueuedTransactions 자에서 sysadmin 고정 서버 역할의 멤버 또는 게시 데이터베이스에서 db_owner 고정 데이터베이스 역할의 멤버가 속성을 검색할 수 있습니다.

적용 대상