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。