ErrorSupport.SetErrorInterface メソッド (IDTSComponentEvents100)

ErrorSupport クラスがメッセージの生成に使用する IDTSComponentEvents100 インスタンスを指定します。

名前空間:  Microsoft.SqlServer.Dts.ManagedMsg
アセンブリ:  Microsoft.SqlServer.DtsMsg (Microsoft.SqlServer.DtsMsg.dll)

構文

'宣言
Protected Sub SetErrorInterface ( _
    pIDTSEvents As IDTSComponentEvents100 _
)
'使用
Dim pIDTSEvents As IDTSComponentEvents100 

Me.SetErrorInterface(pIDTSEvents)
protected void SetErrorInterface(
    IDTSComponentEvents100 pIDTSEvents
)
protected:
void SetErrorInterface(
    IDTSComponentEvents100^ pIDTSEvents
)
member SetErrorInterface : 
        pIDTSEvents:IDTSComponentEvents100 -> unit
protected function SetErrorInterface(
    pIDTSEvents : IDTSComponentEvents100
)

パラメーター

関連項目

参照

ErrorSupport クラス

SetErrorInterface オーバーロード

Microsoft.SqlServer.Dts.ManagedMsg 名前空間