DistributionSubscription.AgentJobId プロパティ

定義

サブスクリプションを同期するSQL Server エージェントジョブの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.DistributionSubscription.AgentJobID%2A>プロパティは、配布データベース上のdb_owner固定データベースの役割のメンバーのみが取得可能です。

適用対象