DistributionDatabase.QueueReaderAgentName Property

Definition

Gets or sets the name of the Queue Reader Agent job created for this distribution database.

public:
 property System::String ^ QueueReaderAgentName { System::String ^ get(); void set(System::String ^ value); };
public string QueueReaderAgentName { get; set; }
member this.QueueReaderAgentName : string with get, set
Public Property QueueReaderAgentName As String

Property Value

A string value that specifies the name of the distribution database.

Remarks

The QueueReaderAgentName property cannot be set if the agent job already exists.

The QueueReaderAgentName property should only be set by replication.

The QueueReaderAgentName property can only be retrieved by members of the sysadmin fixed server role at the Distributor or by members of the db_owner fixed database role on the distribution database.

The QueueReaderAgentName property can only be set by members of the sysadmin fixed server role at the Distributor or by members of the db_owner fixed database role on the distribution database.

Retrieving the QueueReaderAgentName property is equivalent to executing sp_helpqreader_agent.

Setting the QueueReaderAgentName property is equivalent to executing sp_addqreader_agent.

Applies to