共用方式為


ReplicationDatabase.CreateQueueReaderAgent 方法

Creates a Queue Reader Agent job for the distribution database.

命名空間:  Microsoft.SqlServer.Replication
組件:  Microsoft.SqlServer.Rmo (在 Microsoft.SqlServer.Rmo.dll 中)

語法

'宣告
Public Sub CreateQueueReaderAgent
'用途
Dim instance As ReplicationDatabase

instance.CreateQueueReaderAgent()
public void CreateQueueReaderAgent()
public:
void CreateQueueReaderAgent()
member CreateQueueReaderAgent : unit -> unit
public function CreateQueueReaderAgent()

例外狀況

例外狀況 條件
ApplicationException

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 安全性與保護 (複寫).

備註

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).

請參閱

參考

ReplicationDatabase 類別

Microsoft.SqlServer.Replication 命名空間