IStatusEventData Interface

This API supports the .NET Framework 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
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)> _
<ComVisibleAttribute(True)> _
<GuidAttribute("03D88E36-0843-44AC-8AE1-E2E6AA46F231")> _
Public Interface IStatusEventData
'Usage
Dim instance As IStatusEventData
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)]
[ComVisibleAttribute(true)]
[GuidAttribute("03D88E36-0843-44AC-8AE1-E2E6AA46F231")]
public interface IStatusEventData
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsDual)]
[ComVisibleAttribute(true)]
[GuidAttribute(L"03D88E36-0843-44AC-8AE1-E2E6AA46F231")]
public interface class IStatusEventData
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)>]
[<ComVisibleAttribute(true)>]
[<GuidAttribute("03D88E36-0843-44AC-8AE1-E2E6AA46F231")>]
type IStatusEventData =  interface end
public interface IStatusEventData