LogProviderHostClass.Validate(IDTSInfoEvents100) 方法

定义

public:
 virtual Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2014::DTSExecResult Validate(Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2014::IDTSInfoEvents100 ^ pEvents) = Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2014::IDTSLogProvider100::Validate;
public virtual Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.DTSExecResult Validate (Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.IDTSInfoEvents100 pEvents);
abstract member Validate : Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.IDTSInfoEvents100 -> Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.DTSExecResult
override this.Validate : Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.IDTSInfoEvents100 -> Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.DTSExecResult
Public Overridable Function Validate (pEvents As IDTSInfoEvents100) As DTSExecResult

参数

返回

DTSExecResult 枚举中的一个值。

实现

适用于