Метод IDTSLogProvider100.Validate
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Validates the log and returns an enumeration that indicates success or failure.
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка: Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)
Синтаксис
'Декларация
Function Validate ( _
pEvents As IDTSInfoEvents100 _
) As DTSExecResult
'Применение
Dim instance As IDTSLogProvider100
Dim pEvents As IDTSInfoEvents100
Dim returnValue As DTSExecResult
returnValue = instance.Validate(pEvents)
DTSExecResult Validate(
IDTSInfoEvents100 pEvents
)
DTSExecResult Validate(
[InAttribute] IDTSInfoEvents100^ pEvents
)
abstract Validate :
pEvents:IDTSInfoEvents100 -> DTSExecResult
function Validate(
pEvents : IDTSInfoEvents100
) : DTSExecResult
Параметры
- pEvents
Тип: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100
An object that implements the IDTSInfoEvents100 events interface to raise errors, warning, or informational events.
Возвращаемое значение
Тип: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSExecResult
One of the values of the DTSExecResult enumeration.