Partilhar via


Classe PublisherConnectionSecurityContext

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

Hierarquia de herança

System.Object
  Microsoft.SqlServer.Replication.PublisherConnectionSecurityContext

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (em Microsoft.SqlServer.Rmo.dll)

Sintaxe

'Declaração
Public NotInheritable Class PublisherConnectionSecurityContext
'Uso
Dim instance As PublisherConnectionSecurityContext
public sealed class PublisherConnectionSecurityContext
public ref class PublisherConnectionSecurityContext sealed
[<SealedAttribute>]
type PublisherConnectionSecurityContext =  class end
public final class PublisherConnectionSecurityContext

O tipo PublisherConnectionSecurityContext expõe os membros a seguir.

Construtores

  Nome Descrição
Método público PublisherConnectionSecurityContext Creates a new instance of the PublisherConnectionSecurityContext class.

Início

Propriedades

  Nome Descrição
Propriedade pública SecureSqlStandardPassword Sets the password (as a SecureString object) for the SqlStandardLogin when using SQL Server Authentication.
Propriedade pública SecurityMode Get or sets the type of login used when connecting to the Publisher.
Propriedade pública SqlStandardLogin Gets or sets the login when using SQL Server Authentication.
Propriedade pública SqlStandardPassword Gets or sets the password for the SqlStandardLogin when using SQL Server Authentication.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público ToString (Herdado de Object.)
Método público Update Updates Publisher login information for the objected associated with this PublisherConnectionSecurityContext object instance.

Início

Comentários

This namespace, class, or member is supported only in version 2.0 of the .NET Framework.

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.SqlServer.Replication