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

イベントです。

戻り値

DTSExecResult

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

実装

適用対象

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

ログです。

戻り値

DTSExecResult

検証されたラッパーです。

実装

適用対象