Share via


DistributionDatabase.QueueReaderAgentName 속성

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

네임스페이스:  Microsoft.SqlServer.Replication
어셈블리:  Microsoft.SqlServer.Rmo(Microsoft.SqlServer.Rmo.dll)

구문

‘선언
Public Property QueueReaderAgentName As String 
    Get 
    Set
‘사용 방법
Dim instance As DistributionDatabase 
Dim value As String 

value = instance.QueueReaderAgentName

instance.QueueReaderAgentName = value
public string QueueReaderAgentName { get; set; }
public:
property String^ QueueReaderAgentName {
    String^ get ();
    void set (String^ value);
}
member QueueReaderAgentName : string with get, set
function get QueueReaderAgentName () : String 
function set QueueReaderAgentName (value : String)

속성 값

유형: System.String
A string value that specifies the name of the distribution database.

주의

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.

참고 항목

참조

DistributionDatabase 클래스

Microsoft.SqlServer.Replication 네임스페이스