Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets the security context used by the Log Reader agent for a non-SQL Server Publisher.
Espace de noms: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in microsoft.sqlserver.rmo.dll)
Syntaxe
'Déclaration
Public ReadOnly Property HeterogeneousLogReaderAgentProcessSecurity As IProcessSecurityContext
public IProcessSecurityContext HeterogeneousLogReaderAgentProcessSecurity { get; }
public:
property IProcessSecurityContext^ HeterogeneousLogReaderAgentProcessSecurity {
IProcessSecurityContext^ get ();
}
/** @property */
public IProcessSecurityContext get_HeterogeneousLogReaderAgentProcessSecurity ()
public function get HeterogeneousLogReaderAgentProcessSecurity () : IProcessSecurityContext
Valeur de propriété
An instance of the IProcessSecurityContext interface.
Notes
The HeterogeneousLogReaderAgentProcessSecurity property is only used for non-SQL Server Publishers.
The HeterogeneousLogReaderAgentProcessSecurity property is read-only. Set the security properties of the returned IProcessSecurityContext interface. For information about the connections that agents make and the permissions that are required for those connections, see Modèle de sécurité de l'Agent de réplication.
The HeterogeneousLogReaderAgentProcessSecurity property can only be retrieved by members of the sysadmin fixed server role at the Distributor or by members of the db_owner fixed database role on the distribution database.
The properties of the returned IProcessSecurityContext interface can only be set by members of the sysadmin fixed server role at the Distributor or by members of the db_owner fixed database role on the distribution database.
Retrieving the HeterogeneousLogReaderAgentProcessSecurity property is equivalent to executing sp_helplogreader_agent.
Setting the properties of the returned IProcessSecurityContext interface is equivalent to executing sp_addlogreader_agent or sp_changelogreader_agent.
The HeterogeneousLogReaderAgentProcessSecurity property is available with SQL Server 2005.
This namespace, class, or member is supported only in version 2.0 of the .NET Framework.
Sécurité des threads
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.
Plateformes
Plateformes de développement
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Plateformes cibles
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Voir aussi
Référence
DistributionPublisher Class
DistributionPublisher Members
Microsoft.SqlServer.Replication Namespace