IConnectionSecurityContext 인터페이스

정의

런타임에 바인딩된 COM 클라이언트에 대한 ConnectionSecurityContext 클래스의 구현을 제공합니다. 이 인터페이스의 멤버에 대한 자세한 내용은 ConnectionSecurityContext 참조 설명서를 참조하십시오.

public interface class IConnectionSecurityContext
[System.Runtime.InteropServices.Guid("8BC1C162-A402-4EAC-945C-E8544115EF67")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsDual)]
public interface IConnectionSecurityContext
[<System.Runtime.InteropServices.Guid("8BC1C162-A402-4EAC-945C-E8544115EF67")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsDual)>]
type IConnectionSecurityContext = interface
Public Interface IConnectionSecurityContext
파생
특성

속성

SecureSqlStandardPassword

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

SqlStandardLogin

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

SqlStandardPassword

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

WindowsAuthentication

연결할 때 Windows 인증을 사용하는지 여부를 나타내는 값을 가져오거나 설정합니다.

메서드

Update()

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

적용 대상