Freigeben über


IDTSConnectionManager100.Validate-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Validates the connection and returns an enumeration that indicates success or failure.

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

Syntax

'Declaration
Function Validate ( _
    pEvents As IDTSInfoEvents100 _
) As DTSExecResult
'Usage
Dim instance As IDTSConnectionManager100 
Dim pEvents As IDTSInfoEvents100 
Dim returnValue As DTSExecResult 

returnValue = instance.Validate(pEvents)
DTSExecResult Validate(
    IDTSInfoEvents100 pEvents
)
DTSExecResult Validate(
    [InAttribute] IDTSInfoEvents100^ pEvents
)
abstract Validate : 
        pEvents:IDTSInfoEvents100 -> DTSExecResult
function Validate(
    pEvents : IDTSInfoEvents100
) : DTSExecResult

Parameter

Rückgabewert

Typ: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSExecResult
One of the enumeration values of the DTSExecResult enumeration.

Siehe auch

Verweis

IDTSConnectionManager100 Schnittstelle

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace