ConnectionSecurityContext 클래스

정의

Microsoft SQL Server 연결할 때 사용하는 정보를 나타냅니다.

public ref class ConnectionSecurityContext sealed : Microsoft::SqlServer::Replication::IConnectionSecurityContext
public sealed class ConnectionSecurityContext : Microsoft.SqlServer.Replication.IConnectionSecurityContext
type ConnectionSecurityContext = class
    interface IConnectionSecurityContext
Public NotInheritable Class ConnectionSecurityContext
Implements IConnectionSecurityContext
상속
ConnectionSecurityContext
구현

설명

보안 컨텍스트는 인증 모드와 SQL Server 인증을 사용하는 경우 SQL Server 로그인 및 암호의 조합입니다. 가능하면 Windows 인증을 사용하세요.

이 네임스페이스, 클래스 또는 멤버는 Microsoft .NET Framework 버전 2.0에서만 지원됩니다.

생성자

ConnectionSecurityContext()

ConnectionSecurityContext 클래스의 새 인스턴스를 초기화합니다.

속성

SecureSqlStandardPassword

SQL Server 인증을 사용하는 경우 암호를 가져오거나 설정합니다.

SqlStandardLogin

SQL Server 인증과 함께 사용되는 로그인을 가져오거나 설정합니다.

SqlStandardPassword

SQL Server 인증에 필요한 로그인의 암호를 가져오거나 설정합니다.

WindowsAuthentication

Windows 인증 또는 SQL Server 인증을 사용하여 연결을 만들지 여부를 지정하는 속성을 가져오거나 설정합니다Boolean.

메서드

Update()

연결 보안 컨텍스트와 연결된 일정 필드를 업데이트합니다.

적용 대상