PullSubscription.LastAgentJobHistoryInfo メソッド

定義

最後に実行された同期エージェント ジョブに関する情報を返します。

public:
 Microsoft::SqlServer::Replication::AgentJobHistoryInfo ^ LastAgentJobHistoryInfo();
public Microsoft.SqlServer.Replication.AgentJobHistoryInfo LastAgentJobHistoryInfo ();
member this.LastAgentJobHistoryInfo : unit -> Microsoft.SqlServer.Replication.AgentJobHistoryInfo
Public Function LastAgentJobHistoryInfo () As AgentJobHistoryInfo

戻り値

AgentJobHistoryInfo オブジェクト。

注釈

LastAgentJobHistoryInfo メソッドを呼び出すことができるのは、パブリッシャー側の固定サーバー ロール sysadmin のメンバーまたはサブスクリプションを作成したユーザーだけです。

適用対象