Publication.SnapshotGenerationAgentPublisherSecurity プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
パブリッシャーに接続するためにスナップショット エージェントが使用するセキュリティ コンテキストを取得します。
public:
property Microsoft::SqlServer::Replication::IConnectionSecurityContext ^ SnapshotGenerationAgentPublisherSecurity { Microsoft::SqlServer::Replication::IConnectionSecurityContext ^ get(); };
public Microsoft.SqlServer.Replication.IConnectionSecurityContext SnapshotGenerationAgentPublisherSecurity { get; }
member this.SnapshotGenerationAgentPublisherSecurity : Microsoft.SqlServer.Replication.IConnectionSecurityContext
Public ReadOnly Property SnapshotGenerationAgentPublisherSecurity As IConnectionSecurityContext
プロパティ値
パブリッシャーに接続するためにスナップショット エージェントが使用するセキュリティ コンテキストを表す IConnectionSecurityContext オブジェクトです。
注釈
返された Update オブジェクトのプロパティを変更した後に、IConnectionSecurityContext を呼び出します。
SnapshotGenerationAgentPublisherSecurity プロパティを取得できるのは、パブリッシャー側の固定サーバー ロール sysadmin
のメンバー、またはパブリケーション データベースの固定データベース ロール db_owner
のメンバーだけです。
返された IConnectionSecurityContext オブジェクトのプロパティを設定できるのは、パブリッシャー側の固定サーバー ロール sysadmin
のメンバー、またはパブリケーション データベースの固定データベース ロール db_owner
のメンバーだけです。
プロパティの SnapshotGenerationAgentProcessSecurity 取得は、 sp_helppublication_snapshot (Transact-SQL) の実行と同じです。
返される IConnectionSecurityContext オブジェクトのプロパティの設定は、 sp_addpublication_snapshot (Transact-SQL) または sp_changepublication_snapshot (Transact-SQL) の実行と同じです。
重要
可能であれば、実行時にセキュリティ資格情報の入力を求めるメッセージをユーザーに対して表示します。 資格情報を保存する必要がある場合は、Windows .NET Framework に用意されている 暗号化サービス を使用します。