Subscription.AgentJobId 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取用来同步订阅的代理作业的 ID。
public:
property System::String ^ AgentJobId { System::String ^ get(); };
public string AgentJobId { get; }
member this.AgentJobId : string
Public ReadOnly Property AgentJobId As String
属性值
代理的 ID。
注解
该 <xref:Microsoft.SqlServer.Replication.Subscription.AgentJobID%2A> 属性是只读属性。
<xref:Microsoft.SqlServer.Replication.Subscription.AgentJobID%2A>该属性只能由发布服务器上的 sysadmin 固定服务器角色的成员、发布数据库中db_owner固定数据库角色的成员或创建订阅的用户检索。
检索 <xref:Microsoft.SqlServer.Replication.Subscription.AgentJobID%2A> 属性等效于执行 sp_helpsubscription 或 sp_helpmergesubscription。