IProcessSecurityContext 인터페이스

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

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

구문

‘선언
<GuidAttribute("DEB8D30C-EDBE-45F6-AE3B-BE29B08C5A1E")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)> _
Public Interface IProcessSecurityContext
‘사용 방법
Dim instance As IProcessSecurityContext
[GuidAttribute("DEB8D30C-EDBE-45F6-AE3B-BE29B08C5A1E")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)]
public interface IProcessSecurityContext
[GuidAttribute(L"DEB8D30C-EDBE-45F6-AE3B-BE29B08C5A1E")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsDual)]
public interface class IProcessSecurityContext
[<GuidAttribute("DEB8D30C-EDBE-45F6-AE3B-BE29B08C5A1E")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)>]
type IProcessSecurityContext =  interface end
public interface IProcessSecurityContext

IProcessSecurityContext 유형에서 다음 멤버를 표시합니다.

속성

  이름 설명
공용 속성 Login Gets or sets the name of the Microsoft Windows security account.
공용 속성 Password Gets or sets the password for the Microsoft Windows security account specified in the Login property.
공용 속성 SecurePassword Gets or sets the password (as a SecureString object) for the Microsoft Windows security account specified in the Login property.

맨 위로 이동

주의

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

Thread Safety

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

참고 항목

참조

Microsoft.SqlServer.Replication 네임스페이스

LogReaderAgentProcessSecurity

QueueReaderAgentProcessSecurity

SnapshotGenerationAgentProcessSecurity

SynchronizationAgentProcessSecurity

SynchronizationAgentProcessSecurity

관련 자료

복제 에이전트 보안 모델