Classe ConnectionSecurityContext

Represents information you use when you connect to Microsoft SQL Server.

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

Sintassi

'Dichiarazione
Public NotInheritable Class ConnectionSecurityContext _
    Implements IConnectionSecurityContext
'Utilizzo
Dim instance As ConnectionSecurityContext
public sealed class ConnectionSecurityContext : IConnectionSecurityContext
public ref class ConnectionSecurityContext sealed : IConnectionSecurityContext
[<SealedAttribute>]
type ConnectionSecurityContext =  
    class
        interface IConnectionSecurityContext
    end
public final class ConnectionSecurityContext implements IConnectionSecurityContext

Osservazioni

A security context is the combination of the authentication mode and, if you use SQL Server Authentication, the SQL Server login and password. Se possibile, utilizzare l'autenticazione di Windows.

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

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.SqlServer.Replication..::..ConnectionSecurityContext

Thread Safety

Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.