ConnectionSecurityContext 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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() |
연결 보안 컨텍스트와 연결된 일정 필드를 업데이트합니다. |