Compartir a través de


IDTSConnectionManager100.Validate Método

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
Function Validate ( _
    pEvents As IDTSInfoEvents100 _
) As DTSExecResult
'Uso
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

Parámetros

Valor devuelto

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

Vea también

Referencia

IDTSConnectionManager100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper