次の方法で共有


SnapshotGenerationAgentPublisherSecurity プロパティ

パブリッシャに接続するためにスナップショット エージェントが使用するセキュリティ コンテキストを取得します。

名前空間:  Microsoft.SqlServer.Replication
アセンブリ:  Microsoft.SqlServer.Rmo (Microsoft.SqlServer.Rmo.dll)

構文

'宣言
Public ReadOnly Property SnapshotGenerationAgentPublisherSecurity As IConnectionSecurityContext
    Get
'使用
Dim instance As Publication
Dim value As IConnectionSecurityContext

value = instance.SnapshotGenerationAgentPublisherSecurity
public IConnectionSecurityContext SnapshotGenerationAgentPublisherSecurity { get; }
public:
property IConnectionSecurityContext^ SnapshotGenerationAgentPublisherSecurity {
    IConnectionSecurityContext^ get ();
}
member SnapshotGenerationAgentPublisherSecurity : IConnectionSecurityContext
function get SnapshotGenerationAgentPublisherSecurity () : IConnectionSecurityContext

プロパティ値

型: Microsoft.SqlServer.Replication. . :: . .IConnectionSecurityContext
パブリッシャに接続するためにスナップショット エージェントが使用するセキュリティ コンテキストを表す IConnectionSecurityContext オブジェクトです。

説明

返された IConnectionSecurityContext オブジェクトのプロパティを変更した後に、Update を呼び出します。

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) を実行したのと同じことになります。

この名前空間、クラス、またはメンバは、.NET Framework 2.0 でのみサポートされています。

セキュリティに関する注意セキュリティに関する注意

可能であれば、実行時にセキュリティ資格情報の入力を求めるメッセージをユーザーに対して表示します。資格情報を格納する必要がある場合は、Windows .NET Framework で提供される cryptographic services を使用します。