DistributionDatabase.QueueReaderAgentExists 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定是否已為此分發資料庫建立佇列讀取代理工作。
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。