语言

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 之一。

属性

适用于