IDTSPackage100.Validate Method (IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100)

 

Applies To: SQL Server 2016 Preview

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

Allows the container to determine if it contains invalid settings that will prevent it from executing successfully.

Namespace:   Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

[DispIdAttribute(4)]
DTSExecResult Validate(
    IDTSConnections100 pConnections,
    IDTSVariables100 pVariables,
    IDTSEvents100 pEvents,
    IDTSLogging100 pLog
)
[DispIdAttribute(4)]
DTSExecResult Validate(
    IDTSConnections100^ pConnections,
    IDTSVariables100^ pVariables,
    IDTSEvents100^ pEvents,
    IDTSLogging100^ pLog
)
[<DispIdAttribute(4)>]
abstract Validate : 
        pConnections:IDTSConnections100 *
        pVariables:IDTSVariables100 *
        pEvents:IDTSEvents100 *
        pLog:IDTSLogging100 -> DTSExecResult
<DispIdAttribute(4)>
Function Validate (
    pConnections As IDTSConnections100,
    pVariables As IDTSVariables100,
    pEvents As IDTSEvents100,
    pLog As IDTSLogging100
) As DTSExecResult

Parameters

Return Value

Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSExecResult

A DTSExecResult enumeration that indicates the outcome of the validation.

Implements

IDTSExecutable100.Validate(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100)

Remarks

This interface is implemented by the Package and PackageNeutral interfaces.

See Also

IDTSPackage100 Interface
Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace

Return to top