HeterogeneousLogReaderAgentProcessSecurity プロパティ
SQL Server 以外のパブリッシャのログ リーダー エージェントが使用するセキュリティ コンテキストを取得します。
名前空間: Microsoft.SqlServer.Replication
アセンブリ: Microsoft.SqlServer.Rmo (Microsoft.SqlServer.Rmo.dll)
構文
'宣言
Public ReadOnly Property HeterogeneousLogReaderAgentProcessSecurity As IProcessSecurityContext
Get
'使用
Dim instance As DistributionPublisher
Dim value As IProcessSecurityContext
value = instance.HeterogeneousLogReaderAgentProcessSecurity
public IProcessSecurityContext HeterogeneousLogReaderAgentProcessSecurity { get; }
public:
property IProcessSecurityContext^ HeterogeneousLogReaderAgentProcessSecurity {
IProcessSecurityContext^ get ();
}
member HeterogeneousLogReaderAgentProcessSecurity : IProcessSecurityContext
function get HeterogeneousLogReaderAgentProcessSecurity () : IProcessSecurityContext
プロパティ値
型: Microsoft.SqlServer.Replication. . :: . .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 を実行したのと同じことになります。
HeterogeneousLogReaderAgentProcessSecurity プロパティは、SQL Server 2005 で使用できます。
この名前空間、クラス、またはメンバは、.NET Framework 2.0 でのみサポートされています。