共用方式為


Publication.SnapshotGenerationAgentPublisherSecurity Property

Gets the security context used by the Snapshot Agent to connect to the Publisher.

命名空間: Microsoft.SqlServer.Replication
組件: Microsoft.SqlServer.Rmo (in microsoft.sqlserver.rmo.dll)

語法

'宣告
Public ReadOnly Property SnapshotGenerationAgentPublisherSecurity As IConnectionSecurityContext
public IConnectionSecurityContext SnapshotGenerationAgentPublisherSecurity { get; }
public:
property IConnectionSecurityContext^ SnapshotGenerationAgentPublisherSecurity {
    IConnectionSecurityContext^ get ();
}
/** @property */
public IConnectionSecurityContext get_SnapshotGenerationAgentPublisherSecurity ()
public function get SnapshotGenerationAgentPublisherSecurity () : IConnectionSecurityContext

屬性值

An IConnectionSecurityContext object that represents the security context used by the Snapshot Agent to connect to the Publisher.

備註

Call Update after changing the properties on the returned IConnectionSecurityContext object.

The SnapshotGenerationAgentPublisherSecurity property can only be retrieved by members of the sysadmin fixed server role at the Publisher or by members of the db_owner fixed database role on the publication database.

Properties of the returned IConnectionSecurityContext object can only be set by members of the sysadmin fixed server role at the Publisher or by members of the db_owner fixed database role on the publication database.

Retrieving the SnapshotGenerationAgentProcessSecurity property is equivalent to executing sp_helppublication_snapshot (Transact-SQL).

Setting properties of the returned IConnectionSecurityContext object is equivalent to executing sp_addpublication_snapshot (Transact-SQL) or sp_changepublication_snapshot (Transact-SQL).

This namespace, class, or member is supported only in version 2.0 of the .NET Framework.

ms154224.security(zh-tw,SQL.90).gif安全性注意事項:
When possible, prompt users to enter security credentials at run time. If you must store credentials, use the cryptographic services provided by the Windows .NET Framework.

執行緒安全性

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

平台

開發平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

目標平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

請參閱

參考

Publication Class
Publication Members
Microsoft.SqlServer.Replication Namespace