PullSubscription.AgentJobId Property

Definition

Gets the ID of the agent job used to synchronize the subscription.

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

Property Value

A String value that represents a SQL Server Agent job ID value.

Remarks

The <xref:Microsoft.SqlServer.Replication.PullSubscription.AgentJobID%2A> property is a read-only property.

The <xref:Microsoft.SqlServer.Replication.PullSubscription.AgentJobID%2A> property can only be retrieved by members of the sysadmin fixed server role at the Subscriber or by members of the db_owner fixed database role on the subscription database.

Retrieving the <xref:Microsoft.SqlServer.Replication.PullSubscription.AgentJobID%2A> property is equivalent to executing sp_helppullsubscription (Transact-SQL) or sp_helpmergepullsubscription (Transact-SQL).

Applies to