Interface 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.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (em Microsoft.SqlServer.Rmo.dll)
Sintaxe
'Declaração
<GuidAttribute("437C9E32-CA43-4437-B226-F2B07B9897BF")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)> _
Public Interface IConnectionSecurityContext
'Uso
Dim instance As IConnectionSecurityContext
[GuidAttribute("437C9E32-CA43-4437-B226-F2B07B9897BF")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)]
public interface IConnectionSecurityContext
[GuidAttribute(L"437C9E32-CA43-4437-B226-F2B07B9897BF")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsDual)]
public interface class IConnectionSecurityContext
[<GuidAttribute("437C9E32-CA43-4437-B226-F2B07B9897BF")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)>]
type IConnectionSecurityContext = interface end
public interface IConnectionSecurityContext
O tipo IConnectionSecurityContext expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
SecureSqlStandardPassword | ||
SqlStandardLogin | ||
SqlStandardPassword | ||
WindowsAuthentication |
Início