Share via


ConnectionManagerFlatFileClass.Validate(IDTSInfoEvents100) メソッド

定義

接続を検証して、成功したかどうかを示す列挙を返します。

public:
 virtual Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSExecResult Validate(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSInfoEvents100 ^ pEvents) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnectionManager100::Validate;
[System.Runtime.InteropServices.DispId(5)]
public virtual Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSExecResult Validate (Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100 pEvents);
[<System.Runtime.InteropServices.DispId(5)>]
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 Overridable Function Validate (pEvents As IDTSInfoEvents100) As DTSExecResult

パラメーター

pEvents
IDTSInfoEvents100

エラー、警告、または情報イベントを発生させるための IDTSInfoEvents100 イベント インターフェイスを実装するオブジェクトです。

戻り値

DTSExecResult 列挙体の列挙値のいずれかです。

実装

属性

適用対象