PublisherConnectionSecurityContext 클래스
Represents the login used when connecting to the instance of Microsoft SQL Server that is configured as a Publisher in a replication topology.
상속 계층
System. . :: . .Object
Microsoft.SqlServer.Replication..::..PublisherConnectionSecurityContext
네임스페이스: Microsoft.SqlServer.Replication
어셈블리: Microsoft.SqlServer.Rmo(Microsoft.SqlServer.Rmo.dll)
구문
‘선언
Public NotInheritable Class PublisherConnectionSecurityContext
‘사용 방법
Dim instance As PublisherConnectionSecurityContext
public sealed class PublisherConnectionSecurityContext
public ref class PublisherConnectionSecurityContext sealed
[<SealedAttribute>]
type PublisherConnectionSecurityContext = class end
public final class PublisherConnectionSecurityContext
PublisherConnectionSecurityContext 유형에서 다음 멤버를 표시합니다.
생성자
이름 | 설명 | |
---|---|---|
PublisherConnectionSecurityContext | Creates a new instance of the PublisherConnectionSecurityContext class. |
맨 위로 이동
속성
이름 | 설명 | |
---|---|---|
SecureSqlStandardPassword | Sets the password (as a SecureString object) for the SqlStandardLogin when using SQL Server Authentication. | |
SecurityMode | Get or sets the type of login used when connecting to the Publisher. | |
SqlStandardLogin | Gets or sets the login when using SQL Server Authentication. | |
SqlStandardPassword | Gets or sets the password for the SqlStandardLogin when using SQL Server Authentication. |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
Equals | (Object에서 상속됨) | |
Finalize | (Object에서 상속됨) | |
GetHashCode | (Object에서 상속됨) | |
GetType | (Object에서 상속됨) | |
MemberwiseClone | (Object에서 상속됨) | |
ToString | (Object에서 상속됨) | |
Update | Updates Publisher login information for the objected associated with this PublisherConnectionSecurityContext object instance. |
맨 위로 이동
주의
This namespace, class, or member is supported only in version 2.0 of the .NET Framework.
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.