Compartir a través de


PublisherConnectionSecurityContext Miembros

Represents the login used when connecting to the instance of Microsoft SQL Server that is configured as a Publisher in a replication topology.

El tipo PublisherConnectionSecurityContext expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico PublisherConnectionSecurityContext Creates a new instance of the PublisherConnectionSecurityContext class.

Principio

Métodos

  Nombre Descripción
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString (Se hereda de Object).
Método publico Update Updates Publisher login information for the objected associated with this PublisherConnectionSecurityContext object instance.

Principio

Propiedades

  Nombre Descripción
Propiedad pública SecureSqlStandardPassword Sets the password (as a SecureString object) for the SqlStandardLogin when using SQL Server Authentication.
Propiedad pública SecurityMode Get or sets the type of login used when connecting to the Publisher.
Propiedad pública SqlStandardLogin Gets or sets the login when using SQL Server Authentication.
Propiedad pública SqlStandardPassword Gets or sets the password for the SqlStandardLogin when using SQL Server Authentication.

Principio