言語

ManagedWrapper.Validate メソッド

定義

ラッパーを検証します。

オーバーロード

名前 説明
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

ログ。

返品

検証済みラッパーです。

実装

適用対象