IComStatusEvent Interface

This API supports the infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)

Syntax

'Declaration
<ComVisibleAttribute(True)> _
<GuidAttribute("04069EF0-3434-4EB6-A1EC-3F9A5C04C8AF")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIDispatch)> _
Public Interface IComStatusEvent
'Usage
Dim instance As IComStatusEvent
[ComVisibleAttribute(true)]
[GuidAttribute("04069EF0-3434-4EB6-A1EC-3F9A5C04C8AF")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIDispatch)]
public interface IComStatusEvent
[ComVisibleAttribute(true)]
[GuidAttribute(L"04069EF0-3434-4EB6-A1EC-3F9A5C04C8AF")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIDispatch)]
public interface class IComStatusEvent
[<ComVisibleAttribute(true)>]
[<GuidAttribute("04069EF0-3434-4EB6-A1EC-3F9A5C04C8AF")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIDispatch)>]
type IComStatusEvent =  interface end
public interface IComStatusEvent

The IComStatusEvent type exposes the following members.

Methods

  Name Description
Public method ComStatus

Top