IComStatusEvent Interface
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Provides an interface that handles the Status event that is raised during agent execution.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
<GuidAttribute("B1CBB90F-1B68-461A-BD9D-DD80BF9CF805")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIDispatch)> _
<ComVisibleAttribute(True)> _
Public Interface IComStatusEvent
'Usage
Dim instance As IComStatusEvent
[GuidAttribute("B1CBB90F-1B68-461A-BD9D-DD80BF9CF805")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIDispatch)]
[ComVisibleAttribute(true)]
public interface IComStatusEvent
[GuidAttribute(L"B1CBB90F-1B68-461A-BD9D-DD80BF9CF805")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIDispatch)]
[ComVisibleAttribute(true)]
public interface class IComStatusEvent
[<GuidAttribute("B1CBB90F-1B68-461A-BD9D-DD80BF9CF805")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIDispatch)>]
[<ComVisibleAttribute(true)>]
type IComStatusEvent = interface end
public interface IComStatusEvent
The IComStatusEvent type exposes the following members.
Methods
Name | Description | |
---|---|---|
ComStatus | Delegate that handles the Status event that is raised during agent execution. |
Top