इसके माध्यम से साझा किया गया


ConnectionManagerCacheClass.Validate Method

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

For more information, see ConnectionManager.

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

Syntax

'Declaration
Public Overridable Function Validate ( _
    pEvents As IDTSInfoEvents100 _
) As DTSExecResult
'Usage
Dim instance As ConnectionManagerCacheClass
Dim pEvents As IDTSInfoEvents100
Dim returnValue As DTSExecResult

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

Implements

IDTSConnectionManager100.Validate(IDTSInfoEvents100)