ConnectionSecurityContext 클래스

Represents information you use when you connect to Microsoft SQL Server.

상속 계층

System.Object
  Microsoft.SqlServer.Replication.ConnectionSecurityContext

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

구문

‘선언
Public NotInheritable Class ConnectionSecurityContext _
    Implements IConnectionSecurityContext
‘사용 방법
Dim instance As ConnectionSecurityContext
public sealed class ConnectionSecurityContext : IConnectionSecurityContext
public ref class ConnectionSecurityContext sealed : IConnectionSecurityContext
[<SealedAttribute>]
type ConnectionSecurityContext =  
    class 
        interface IConnectionSecurityContext 
    end
public final class ConnectionSecurityContext implements IConnectionSecurityContext

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

생성자

  이름 설명
공용 메서드 ConnectionSecurityContext Initializes a new instance of the ConnectionSecurityContext class.

맨 위로 이동

속성

  이름 설명
공용 속성 SecureSqlStandardPassword Gets or sets the password when using SQL Server Authentication.
공용 속성 SqlStandardLogin Gets or sets the login used with SQL Server Authentication.
공용 속성 SqlStandardPassword Gets or sets the password for the login required for SQL Server Authentication.
공용 속성 WindowsAuthentication Gets or sets the Boolean property that specifies whether the connection is made by using Windows Authentication or SQL Server Authentication.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Equals (Object에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
공용 메서드 ToString (Object에서 상속됨)
공용 메서드 Update Updates schedule fields associated with the connection security context.

맨 위로 이동

주의

A security context is the combination of the authentication mode and, if you use SQL Server Authentication, the SQL Server login and password. 가능하면 Windows 인증을 사용하십시오.

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

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.SqlServer.Replication 네임스페이스