IComStatusEvent 接口
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Provides an interface that handles the Status event that is raised during agent execution.
命名空间: Microsoft.SqlServer.Replication
程序集: Microsoft.SqlServer.Replication(在 Microsoft.SqlServer.Replication.dll 中)
语法
声明
<GuidAttribute("B1CBB90F-1B68-461A-BD9D-DD80BF9CF805")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIDispatch)> _
<ComVisibleAttribute(True)> _
Public Interface IComStatusEvent
用法
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
IComStatusEvent 类型公开以下成员。
方法
名称 | 说明 | |
---|---|---|
ComStatus | Delegate that handles the Status event that is raised during agent execution. |
页首