Compartir a través de


Interfaz IConnectionSecurityContext

Provides an implementation of the ConnectionSecurityContext class for late-bound COM clients. For information on the members of this interface, see the reference documentation for ConnectionSecurityContext.

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

Sintaxis

'Declaración
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)> _
<GuidAttribute("ECE3CE93-0EAA-4A25-96C6-4FBF944E9346")> _
Public Interface IConnectionSecurityContext
'Uso
Dim instance As IConnectionSecurityContext
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)]
[GuidAttribute("ECE3CE93-0EAA-4A25-96C6-4FBF944E9346")]
public interface IConnectionSecurityContext
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsDual)]
[GuidAttribute(L"ECE3CE93-0EAA-4A25-96C6-4FBF944E9346")]
public interface class IConnectionSecurityContext
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)>]
[<GuidAttribute("ECE3CE93-0EAA-4A25-96C6-4FBF944E9346")>]
type IConnectionSecurityContext =  interface end
public interface IConnectionSecurityContext

El tipo IConnectionSecurityContext expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública SecureSqlStandardPassword Gets or sets the password when using SQL server authentication.
Propiedad pública SqlStandardLogin Gets or sets the login used with SQL Server Authentication.
Propiedad pública SqlStandardPassword Gets or sets the password for the login required for SQL Server Authentication.
Propiedad pública WindowsAuthentication Gets or sets a value that indicates whether the connection is made by using Windows Authentication.

Arriba

Métodos

  Nombre Descripción
Método público Update Updates schedule fields associated with the connection security context.

Arriba

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Replication