EventHandler インターフェイス
この API は、 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
詳細については、「EventHandlerClass」を参照してください。
名前空間: Microsoft.SqlServer.Dts.Runtime.Wrapper
アセンブリ: Microsoft.SqlServer.DTSRuntimeWrap (Microsoft.SqlServer.DTSRuntimeWrap.dll)
構文
'宣言
<GuidAttribute("4837F4BE-FC70-458A-8442-AA5266B43E84")> _
Public Interface EventHandler _
Inherits IDTSEventHandler100
'使用
Dim instance As EventHandler
[GuidAttribute("4837F4BE-FC70-458A-8442-AA5266B43E84")]
public interface EventHandler : IDTSEventHandler100
[GuidAttribute(L"4837F4BE-FC70-458A-8442-AA5266B43E84")]
public interface class EventHandler : IDTSEventHandler100
[<GuidAttribute("4837F4BE-FC70-458A-8442-AA5266B43E84")>]
type EventHandler =
interface
interface IDTSEventHandler100
end
public interface EventHandler extends IDTSEventHandler100