Compartilhar via


Classe ConnectionSecurityContext

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

Hierarquia de herança

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

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (em Microsoft.SqlServer.Rmo.dll)

Sintaxe

'Declaração
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

O tipo ConnectionSecurityContext expõe os membros a seguir.

Construtores

  Nome Descrição
Método público ConnectionSecurityContext Initializes a new instance of the ConnectionSecurityContext class.

Início

Propriedades

  Nome Descrição
Propriedade pública SecureSqlStandardPassword
Propriedade pública SqlStandardLogin Gets or sets the login used with SQL Server Authentication.
Propriedade pública SqlStandardPassword Gets or sets the password for the login required for SQL Server Authentication.
Propriedade pública WindowsAuthentication Gets or sets the Boolean property that specifies whether the connection is made by using Windows Authentication or SQL Server Authentication.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)
Método público Update Updates schedule fields associated with the connection security context.

Início

Comentários

A security context is the combination of the authentication mode and, if you use SQL Server Authentication, the SQL Server login and password. Quando possível, use a Autenticação do Windows.

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

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência