ReplicationDatabase.CreateQueueReaderAgent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a Queue Reader Agent job for the distribution database.
public:
void CreateQueueReaderAgent();
public void CreateQueueReaderAgent ();
member this.CreateQueueReaderAgent : unit -> unit
Public Sub CreateQueueReaderAgent ()
Exceptions
When the Queue Reader Agent job already exists for the distribution database.
When the distribution database does not exist.
When the Queue Reader Agent has not been upgraded to the Microsoft SQL Server 2005 replication agent security model. For more information, see Security and Protection (Replication).
Remarks
The CreateQueueReaderAgent method can be called by members of the sysadmin
fixed server role.
Calling CreateQueueReaderAgent is equivalent to executing sp_addqreader_agent (Transact-SQL).