Sdílet prostřednictvím


ManagedWrapper.Validate Method (IDTSInfoEvents100)

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Validates the wrapper with specified events.

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

Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSExecResult
The validated object.

Implements

IDTSConnectionManager100.Validate(IDTSInfoEvents100)
IDTSLogProvider100.Validate(IDTSInfoEvents100)

See Also

Reference

ManagedWrapper Class

Validate Overload

Microsoft.SqlServer.Dts.Runtime Namespace