PublisherConnectionSecurityContext 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
복제 토폴로지에서 게시자로 구성된 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 개체 인스턴스와 연결된 개체의 게시자 로그인 정보를 업데이트합니다. |