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固定サーバーロールのメンバーか、サブスクリプションを作成したユーザーによってのみ呼び出せます。

適用対象