DistributionPublisher.HeterogeneousLogReaderAgentProcessSecurity プロパティ

定義

SQL Server 以外のパブリッシャーのログ リーダー エージェントが使用するセキュリティ コンテキストを取得します。

public:
 property Microsoft::SqlServer::Replication::IProcessSecurityContext ^ HeterogeneousLogReaderAgentProcessSecurity { Microsoft::SqlServer::Replication::IProcessSecurityContext ^ get(); };
public Microsoft.SqlServer.Replication.IProcessSecurityContext HeterogeneousLogReaderAgentProcessSecurity { get; }
member this.HeterogeneousLogReaderAgentProcessSecurity : Microsoft.SqlServer.Replication.IProcessSecurityContext
Public ReadOnly Property HeterogeneousLogReaderAgentProcessSecurity As IProcessSecurityContext

プロパティ値

インターフェイスの IProcessSecurityContext インスタンス。

注釈

HeterogeneousLogReaderAgentProcessSecurity プロパティは、SQL Server 以外のパブリッシャーでのみ使用されます。

HeterogeneousLogReaderAgentProcessSecurity プロパティは読み取り専用です。 返された IProcessSecurityContext インターフェイスのセキュリティ プロパティを設定します。 エージェントが作成する接続と、それらの接続に必要なアクセス許可については、「 レプリケーション エージェント セキュリティ モデル」を参照してください。

HeterogeneousLogReaderAgentProcessSecurity プロパティを取得できるのは、ディストリビューター側の固定サーバー ロール sysadmin のメンバー、またはディストリビューション データベースの固定データベース ロール db_owner のメンバーだけです。

返された IProcessSecurityContext インターフェイスのプロパティを設定できるのは、ディストリビューター側の固定サーバー ロール sysadmin のメンバー、またはディストリビューション データベースの固定データベース ロール db_owner のメンバーだけです。

プロパティの HeterogeneousLogReaderAgentProcessSecurity 取得は、 sp_helplogreader_agentの実行と同じです。

返される IProcessSecurityContext インターフェイスのプロパティの設定は、 sp_addlogreader_agent または sp_changelogreader_agentの実行と同じです。

適用対象