ManagedWrapper.Validate 메서드 (IDTSInfoEvents100)

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Validates the wrapper with specified events.

네임스페이스:  Microsoft.SqlServer.Dts.Runtime
어셈블리:  Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)

구문

‘선언
Public Function Validate ( _
    events As IDTSInfoEvents100 _
) As DTSExecResult
‘사용 방법
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

매개 변수

반환 값

유형: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSExecResult
The validated object.

구현

IDTSConnectionManager100.Validate(IDTSInfoEvents100)
IDTSLogProvider100.Validate(IDTSInfoEvents100)

참고 항목

참조

ManagedWrapper 클래스

Validate 오버로드

Microsoft.SqlServer.Dts.Runtime 네임스페이스