ManagedWrapper.Validate Method (IDTSInfoEvents100)
This API supports the infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Function Validate ( _
events As IDTSInfoEvents100 _
) As DTSExecResult
'Usage
Dim instance As ManagedWrapper
Dim events As IDTSInfoEvents100
Dim returnValue As DTSExecResult
returnValue = instance.Validate(events)
public DTSExecResult Validate(
IDTSInfoEvents100 events
)
public:
virtual DTSExecResult Validate(
IDTSInfoEvents100^ events
) sealed
abstract Validate :
events:IDTSInfoEvents100 -> DTSExecResult
override Validate :
events:IDTSInfoEvents100 -> DTSExecResult
public final function Validate(
events : IDTSInfoEvents100
) : DTSExecResult
Parameters
Return Value
Implements
IDTSConnectionManager100.Validate(IDTSInfoEvents100)
IDTSLogProvider100.Validate(IDTSInfoEvents100)