ReplicationDatabase.LogReaderAgentPublisherSecurity プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
パブリッシャーに接続するためにログ リーダー エージェントが使用するログインを取得します。
public:
property Microsoft::SqlServer::Replication::IConnectionSecurityContext ^ LogReaderAgentPublisherSecurity { Microsoft::SqlServer::Replication::IConnectionSecurityContext ^ get(); };
public Microsoft.SqlServer.Replication.IConnectionSecurityContext LogReaderAgentPublisherSecurity { get; }
member this.LogReaderAgentPublisherSecurity : Microsoft.SqlServer.Replication.IConnectionSecurityContext
Public ReadOnly Property LogReaderAgentPublisherSecurity As IConnectionSecurityContext
プロパティ値
パブリッシャーに接続するためにログ リーダー エージェントが使用する認証とログインの種類を指定する IProcessSecurityContext 値です。
注釈
セキュリティ上の理由から、Password は戻り値内で常にマスクされています。
LogReaderAgentPublisherSecurity プロパティを取得できるのは、固定サーバー ロール sysadmin
のメンバー、またはパブリッシュされるデータベースの固定データベース ロール db_owner
のメンバーです。
プロパティの LogReaderAgentPublisherSecurity 取得は、 sp_helplogreader_agentの実行 (Transact-SQL) と同じです。