PullSubscription.AgentJobId 属性

定义

获取用来同步订阅的代理作业的 ID。

public:
 property System::String ^ AgentJobId { System::String ^ get(); };
public string AgentJobId { get; }
member this.AgentJobId : string
Public ReadOnly Property AgentJobId As String

属性值

一个String表示SQL Server 代理作业 ID 值的值。

注解

该 <xref:Microsoft.SqlServer.Replication.PullSubscription.AgentJobID%2A> 属性是只读属性。

<xref:Microsoft.SqlServer.Replication.PullSubscription.AgentJobID%2A>该属性只能由订阅服务器上的固定服务器角色的成员sysadmin或订阅数据库中固定数据库角色的成员db_owner检索。

检索 <xref:Microsoft.SqlServer.Replication.PullSubscription.AgentJobID%2A> 该属性等效于执行 Transact-SQL) sp_helpmergepullsubscription (Transact-SQL) sp_helppullsubscription (。

适用于