ManagedForEachEnumeratorWrapper.Validate メソッド

定義

列挙子のラッパーを検証します。

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::IDTSInfoEvents100 ^ infoEvents, 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.IDTSInfoEvents100 infoEvents, 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.IDTSInfoEvents100 * 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.IDTSInfoEvents100 * Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogging100 -> Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSExecResult
Public Function Validate (connections As IDTSConnections100, variableDispenser As IDTSVariableDispenser100, infoEvents As IDTSInfoEvents100, log As IDTSLogging100) As DTSExecResult

パラメーター

connections
IDTSConnections100

接続です。

variableDispenser
IDTSVariableDispenser100

変数ディスペンサーです。

infoEvents
IDTSInfoEvents100

イベント情報です。

log
IDTSLogging100

ログです。

戻り値

DTSExecResult

検証されたオブジェクトです。

実装

適用対象