Condividi tramite


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.

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.SqlServer.Replication..::..PublisherConnectionSecurityContext

Spazio dei nomi  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class PublisherConnectionSecurityContext
'Utilizzo
Dim instance As PublisherConnectionSecurityContext
public sealed class PublisherConnectionSecurityContext
public ref class PublisherConnectionSecurityContext sealed
[<SealedAttribute>]
type PublisherConnectionSecurityContext =  class end
public final class PublisherConnectionSecurityContext

Nel tipo PublisherConnectionSecurityContext sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico PublisherConnectionSecurityContext Creates a new instance of the PublisherConnectionSecurityContext class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica SecureSqlStandardPassword Sets the password (as a SecureString object) for the SqlStandardLogin when using SQL Server Authentication.
Proprietà pubblica SecurityMode Get or sets the type of login used when connecting to the Publisher.
Proprietà pubblica SqlStandardLogin Gets or sets the login when using SQL Server Authentication.
Proprietà pubblica SqlStandardPassword Gets or sets the password for the SqlStandardLogin when using SQL Server Authentication.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.
Metodo pubblico Update Updates Publisher login information for the objected associated with this PublisherConnectionSecurityContext object instance.

In alto

Osservazioni

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

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.