Share via


IDTSLogProvider100.Validate(IDTSInfoEvents100) メソッド

定義

ログを検証して、成功したかどうかを示す列挙を返します。

public:
 Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSExecResult Validate(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSInfoEvents100 ^ pEvents);
[System.Runtime.InteropServices.DispId(1610743812)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSExecResult Validate (Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100 pEvents);
[<System.Runtime.InteropServices.DispId(1610743812)>]
abstract member Validate : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100 -> Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSExecResult
Public Function Validate (pEvents As IDTSInfoEvents100) As DTSExecResult

パラメーター

pEvents
IDTSInfoEvents100

エラー、警告、または情報イベントを発生させるための IDTSInfoEvents100 イベント インターフェイスを実装するオブジェクトです。

戻り値

DTSExecResult 列挙体の値のいずれかです。

属性

適用対象