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 | |
---|---|---|
PublisherConnectionSecurityContext | Creates a new instance of the PublisherConnectionSecurityContext class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
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. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
ToString | (Herdado de Object.) | |
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.