共用方式為


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 命名空間