Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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
- events
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100
The events.
Return Value
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSExecResult
The validated object.
Implements
IDTSConnectionManager100.Validate(IDTSInfoEvents100)
IDTSLogProvider100.Validate(IDTSInfoEvents100)