PublisherConnectionSecurityContext 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
복제 토폴로지에서 Publisher로 구성된 Microsoft SQL Server 인스턴스에 연결할 때 사용하는 로그인 정보를 나타냅니다.
public ref class PublisherConnectionSecurityContext sealed
public sealed class PublisherConnectionSecurityContext
type PublisherConnectionSecurityContext = class
Public NotInheritable Class PublisherConnectionSecurityContext
- 상속
-
PublisherConnectionSecurityContext
설명
이 네임스페이스, 클래스 또는 멤버는 .NET 프레임워크 버전 2.0에서만 지원됩니다.
생성자
| Name | Description |
|---|---|
| PublisherConnectionSecurityContext() |
PublisherConnectionSecurityContext 클래스의 새 인스턴스를 만듭니다. |
속성
| Name | Description |
|---|---|
| SecureSqlStandardPassword |
SQL Server 인증을 사용할 때 비밀번호를 객체 SqlStandardLogin 로 SecureString 설정합니다. |
| SecurityMode |
Publisher에 연결할 때 사용하는 로그인 유형을 얻거나 설정하세요. |
| SqlStandardLogin |
SQL Server 인증을 사용할 때 로그인 정보를 받거나 설정합니다. |
| SqlStandardPassword |
SQL Server 인증을 사용할 때 비밀번호 SqlStandardLogin 를 받거나 설정합니다. |
메서드
| Name | Description |
|---|---|
| Update() |
이 PublisherConnectionSecurityContext 객체 인스턴스와 연관된 객체의 Publisher 로그인 정보를 업데이트합니다. |