PublisherConnectionSecurityContext 클래스

정의

복제 토폴로지에서 게시자로 구성된 Microsoft SQL Server 인스턴스에 연결할 때 사용되는 로그인을 나타냅니다.

public ref class PublisherConnectionSecurityContext sealed
public sealed class PublisherConnectionSecurityContext
type PublisherConnectionSecurityContext = class
Public NotInheritable Class PublisherConnectionSecurityContext
상속
PublisherConnectionSecurityContext

설명

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

생성자

PublisherConnectionSecurityContext()

PublisherConnectionSecurityContext 클래스의 새 인스턴스를 만듭니다.

속성

SecureSqlStandardPassword

SQL Server 인증을 SecureString 사용하는 경우의 SqlStandardLogin 암호를 개체로 설정합니다.

SecurityMode

게시자에 연결할 때 사용되는 로그인 유형을 가져오거나 설정합니다.

SqlStandardLogin

SQL Server 인증을 사용할 때 로그인을 가져오거나 설정합니다.

SqlStandardPassword

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

메서드

Update()

PublisherConnectionSecurityContext 개체 인스턴스와 연결된 개체의 게시자 로그인 정보를 업데이트합니다.

적용 대상