Класс 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.) | |
GetHashCode | (Производный от Object.) | |
GetType | (Производный от 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.
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.