次の方法で共有


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 名前空間