Partager 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.

Hiérarchie d'héritage

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

Espace de noms :  Microsoft.SqlServer.Replication
Assembly :  Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)

Syntaxe

'Déclaration
Public NotInheritable Class PublisherConnectionSecurityContext
'Utilisation
Dim instance As PublisherConnectionSecurityContext
public sealed class PublisherConnectionSecurityContext
public ref class PublisherConnectionSecurityContext sealed
[<SealedAttribute>]
type PublisherConnectionSecurityContext =  class end
public final class PublisherConnectionSecurityContext

Le type PublisherConnectionSecurityContext expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique PublisherConnectionSecurityContext Creates a new instance of the PublisherConnectionSecurityContext class.

Haut de la page

Propriétés

  Nom Description
Propriété publique SecureSqlStandardPassword Sets the password (as a SecureString object) for the SqlStandardLogin when using SQL Server Authentication.
Propriété publique SecurityMode Get or sets the type of login used when connecting to the Publisher.
Propriété publique SqlStandardLogin Gets or sets the login when using SQL Server Authentication.
Propriété publique SqlStandardPassword Gets or sets the password for the SqlStandardLogin when using SQL Server Authentication.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)
Méthode publique Update Updates Publisher login information for the objected associated with this PublisherConnectionSecurityContext object instance.

Haut de la page

Notes

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

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.