語言

DistributionDatabase.QueueReaderAgentExists 屬性

定義

取得或設定是否已為此分發資料庫建立佇列讀取代理工作。

public:
 property bool QueueReaderAgentExists { bool get(); void set(bool value); };
public bool QueueReaderAgentExists { get; set; }
member this.QueueReaderAgentExists : bool with get, set
Public Property QueueReaderAgentExists As Boolean

屬性值

一個 Boolean 值。 若 true,該分發資料庫的佇列讀取代理工作已存在。 若 false,則尚未為此分發資料庫建立佇列讀取代理工作。

備註

QueueReaderAgentExists 屬性應該僅透過複製來設定。

QueueReaderAgentExists該屬性僅能由分配器中固定伺服器角色的成員sysadmin或分發資料庫中固定資料庫角色的成員db_owner取得。

取回 QueueReaderAgentExists 財產等同於執行 sp_helpqreader_agent

適用於