언어

ManagedWrapper.Validate 메서드

정의

포장지를 검증합니다.

오버로드

Name Description
Validate(IDTSInfoEvents100)

지정된 이벤트로 래퍼를 검증합니다.

Validate(IDTSConnections100, IDTSVariableDispenser100, IDTSComponentEvents100, IDTSLogging100)

지정된 연결, 디스펜서, 컴포넌트 이벤트 및 로그를 사용하여 래퍼를 검증합니다.

Validate(IDTSInfoEvents100)

지정된 이벤트로 래퍼를 검증합니다.

public:
 virtual Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSExecResult Validate(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSInfoEvents100 ^ events);
public Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSExecResult Validate(Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100 events);
abstract member Validate : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100 -> Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSExecResult
override this.Validate : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100 -> Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSExecResult
Public Function Validate (events As IDTSInfoEvents100) As DTSExecResult

매개 변수

events
IDTSInfoEvents100

사건.

반품

검증된 객체.

구현

적용 대상

Validate(IDTSConnections100, IDTSVariableDispenser100, IDTSComponentEvents100, IDTSLogging100)

지정된 연결, 디스펜서, 컴포넌트 이벤트 및 로그를 사용하여 래퍼를 검증합니다.

public:
 virtual Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSExecResult Validate(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnections100 ^ connections, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSVariableDispenser100 ^ variableDispenser, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSComponentEvents100 ^ componentEvents, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSLogging100 ^ log);
public Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSExecResult Validate(Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnections100 connections, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariableDispenser100 variableDispenser, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSComponentEvents100 componentEvents, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogging100 log);
abstract member Validate : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnections100 * Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariableDispenser100 * Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSComponentEvents100 * Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogging100 -> Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSExecResult
override this.Validate : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnections100 * Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariableDispenser100 * Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSComponentEvents100 * Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogging100 -> Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSExecResult
Public Function Validate (connections As IDTSConnections100, variableDispenser As IDTSVariableDispenser100, componentEvents As IDTSComponentEvents100, log As IDTSLogging100) As DTSExecResult

매개 변수

connections
IDTSConnections100

연결고리.

variableDispenser
IDTSVariableDispenser100

가변 디스펜서.

componentEvents
IDTSComponentEvents100

구성 요소 행사들.

log
IDTSLogging100

로그입니다.

반품

검증된 포장지.

구현

적용 대상