PullSubscription.LastAgentStatus プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
サブスクリプションの最新の同期状態を取得します。
public:
property Microsoft::SqlServer::Replication::ReplicationStatus LastAgentStatus { Microsoft::SqlServer::Replication::ReplicationStatus get(); };
public Microsoft.SqlServer.Replication.ReplicationStatus LastAgentStatus { get; }
member this.LastAgentStatus : Microsoft.SqlServer.Replication.ReplicationStatus
Public ReadOnly Property LastAgentStatus As ReplicationStatus
プロパティ値
注釈
LastAgentStatus プロパティを取得できるのは、サブスクライバー側の固定サーバー ロール sysadmin
のメンバー、またはサブスクリプション データベースの固定データベース ロール db_owner
のメンバーだけです。
プロパティの LastAgentStatus 取得は、 sp_helppullsubscription (Transact-SQL) または sp_helpmergepullsubscription (Transact-SQL) の実行と同じです。