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 | |
---|---|---|
PublisherConnectionSecurityContext | Creates a new instance of the PublisherConnectionSecurityContext class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
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 alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Object. | |
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.