IConnectionSecurityContext Interface

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 (in Microsoft.SqlServer.Rmo.dll)

Syntax

'Declaration
<GuidAttribute("437C9E32-CA43-4437-B226-F2B07B9897BF")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)> _
Public Interface IConnectionSecurityContext
'Usage
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

The IConnectionSecurityContext type exposes the following members.

Methods

  Name Description
Public method Update

Top