IDTSConnectionManager100.Validate(IDTSInfoEvents100) メソッド

定義

接続を検証し、成功または失敗を示す列挙を返します。

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

パラメーター

pEvents
IDTSInfoEvents100

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

返品

DTSExecResult列挙体の列挙値の 1 つ。

属性

適用対象