IDTSLogProvider100.Validate(IDTSInfoEvents100) 메서드

정의

로그의 유효성을 검사하고 성공 또는 실패를 나타내는 열거형을 반환합니다.

public:
 Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSExecResult Validate(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSInfoEvents100 ^ pEvents);
[System.Runtime.InteropServices.DispId(1610743812)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSExecResult Validate (Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100 pEvents);
[<System.Runtime.InteropServices.DispId(1610743812)>]
abstract member Validate : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100 -> Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSExecResult
Public Function Validate (pEvents As IDTSInfoEvents100) As DTSExecResult

매개 변수

pEvents
IDTSInfoEvents100

오류, 경고 또는 정보 이벤트를 발생시키는 IDTSInfoEvents100 이벤트 인터페이스를 구현하는 개체입니다.

반환

DTSExecResult 열거형의 값 중 하나입니다.

특성

적용 대상