Compartir a través de


ConnectionSecurityContext Clase

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

Espacio de nombres:  Microsoft.SqlServer.Replication
Ensamblado:  Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)

Sintaxis

'Declaración
Public NotInheritable Class ConnectionSecurityContext _
    Implements IConnectionSecurityContext
'Uso
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

Notas

A security context is the combination of the authentication mode and, if you use SQL Server Authentication, the SQL Server login and password. Siempre que sea posible, utilice la autenticación de Windows.

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

Jerarquía de herencia

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

Seguridad para subprocesos

Todos los miembros públicos static (Shared en Visual Basic) de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.