IProcessSecurityContext Interface

Interface that encapsulates the Microsoft Windows security account information used by Microsoft SQL Server Agent to start a replication agent job.

Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in microsoft.sqlserver.rmo.dll)

Syntax

'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)> _
<GuidAttribute("f576e51d-9381-41f1-947c-3970bea1bae7")> _
Public Interface IProcessSecurityContext
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)] 
[GuidAttribute("f576e51d-9381-41f1-947c-3970bea1bae7")] 
public interface IProcessSecurityContext
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsDual)] 
[GuidAttribute(L"f576e51d-9381-41f1-947c-3970bea1bae7")] 
public interface class IProcessSecurityContext
/** @attribute InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual) */ 
/** @attribute GuidAttribute("f576e51d-9381-41f1-947c-3970bea1bae7") */ 
public interface IProcessSecurityContext
InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual) 
GuidAttribute("f576e51d-9381-41f1-947c-3970bea1bae7") 
public interface IProcessSecurityContext

Remarks

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

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

IProcessSecurityContext Members
Microsoft.SqlServer.Replication Namespace
LogReaderAgentProcessSecurity
DistributionDatabase.QueueReaderAgentProcessSecurity Property
SnapshotGenerationAgentProcessSecurity
SynchronizationAgentProcessSecurity
SynchronizationAgentProcessSecurity

Other Resources

Replication Agent Security Model