共用方式為


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.

上層

請參閱

參考

Microsoft.SqlServer.Replication 命名空間