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 | |
---|---|---|
PublisherConnectionSecurityContext | Creates a new instance of the PublisherConnectionSecurityContext class. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
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. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
ToString | (hérité de Object.) | |
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.