SetErrorInterface メソッド (IDTSInfoEvents100)
ErrorSupport クラスがメッセージの生成に使用する IDTSInfoEvents100 インスタンスを指定します。
名前空間: Microsoft.SqlServer.Dts.ManagedMsg
アセンブリ: Microsoft.SqlServer.DtsMsg (Microsoft.SqlServer.DtsMsg.dll)
構文
'宣言
Protected Sub SetErrorInterface ( _
pIDTSInfoEvents As IDTSInfoEvents100 _
)
'使用
Dim pIDTSInfoEvents As IDTSInfoEvents100
Me.SetErrorInterface(pIDTSInfoEvents)
protected void SetErrorInterface(
IDTSInfoEvents100 pIDTSInfoEvents
)
protected:
void SetErrorInterface(
IDTSInfoEvents100^ pIDTSInfoEvents
)
member SetErrorInterface :
pIDTSInfoEvents:IDTSInfoEvents100 -> unit
protected function SetErrorInterface(
pIDTSInfoEvents : IDTSInfoEvents100
)
パラメーター
- pIDTSInfoEvents
型: Microsoft.SqlServer.Dts.Runtime.Wrapper. . :: . .IDTSInfoEvents100
ErrorSupport クラスがメッセージの生成に使用する IDTSInfoEvents100 インスタンスです。