DistributionPublisher.HeterogeneousLogReaderAgentProcessSecurity 속성

Gets the security context used by the Log Reader agent for a non-SQL Server Publisher.

네임스페이스:  Microsoft.SqlServer.Replication
어셈블리:  Microsoft.SqlServer.Rmo(Microsoft.SqlServer.Rmo.dll)

구문

‘선언
Public ReadOnly Property HeterogeneousLogReaderAgentProcessSecurity As IProcessSecurityContext 
    Get
‘사용 방법
Dim instance As DistributionPublisher 
Dim value As IProcessSecurityContext 

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

속성 값

유형: Microsoft.SqlServer.Replication.IProcessSecurityContext
An instance of the IProcessSecurityContext interface.

주의

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 복제 에이전트 보안 모델.

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.

참고 항목

참조

DistributionPublisher 클래스

Microsoft.SqlServer.Replication 네임스페이스