Método LogProviderEventLogClass.Validate
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Validates the log provider with the specified events.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
Public Overridable Function Validate ( _
pEvents As IDTSInfoEvents100 _
) As DTSExecResult
'Uso
Dim instance As LogProviderEventLogClass
Dim pEvents As IDTSInfoEvents100
Dim returnValue As DTSExecResult
returnValue = instance.Validate(pEvents)
public virtual DTSExecResult Validate(
IDTSInfoEvents100 pEvents
)
public:
virtual DTSExecResult Validate(
[InAttribute] IDTSInfoEvents100^ pEvents
)
abstract Validate :
pEvents:IDTSInfoEvents100 -> DTSExecResult
override Validate :
pEvents:IDTSInfoEvents100 -> DTSExecResult
public function Validate(
pEvents : IDTSInfoEvents100
) : DTSExecResult
Parâmetros
- pEvents
Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100
An object that implements the IDTSInfoEvents100 interface.
Valor de retorno
Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSExecResult
A value from the DTSExecResult enumeration.
Implementa
IDTSLogProvider100.Validate(IDTSInfoEvents100)