Класс 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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Replication