DataProfilingTask.Validate メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
データ プロファイル タスクが正しく構成されているかどうかを判断します。
public:
override Microsoft::SqlServer::Dts::Runtime::DTSExecResult Validate(Microsoft::SqlServer::Dts::Runtime::Connections ^ connections, Microsoft::SqlServer::Dts::Runtime::VariableDispenser ^ variableDispenser, Microsoft::SqlServer::Dts::Runtime::IDTSComponentEvents ^ componentEvents, Microsoft::SqlServer::Dts::Runtime::IDTSLogging ^ log);
public override Microsoft.SqlServer.Dts.Runtime.DTSExecResult Validate (Microsoft.SqlServer.Dts.Runtime.Connections connections, Microsoft.SqlServer.Dts.Runtime.VariableDispenser variableDispenser, Microsoft.SqlServer.Dts.Runtime.IDTSComponentEvents componentEvents, Microsoft.SqlServer.Dts.Runtime.IDTSLogging log);
override this.Validate : Microsoft.SqlServer.Dts.Runtime.Connections * Microsoft.SqlServer.Dts.Runtime.VariableDispenser * Microsoft.SqlServer.Dts.Runtime.IDTSComponentEvents * Microsoft.SqlServer.Dts.Runtime.IDTSLogging -> Microsoft.SqlServer.Dts.Runtime.DTSExecResult
Public Overrides Function Validate (connections As Connections, variableDispenser As VariableDispenser, componentEvents As IDTSComponentEvents, log As IDTSLogging) As DTSExecResult
パラメーター
- connections
- Connections
データ プロファイル タスクがパッケージ内の接続へのアクセスに使用する Connections コレクションです。
- variableDispenser
- VariableDispenser
データ プロファイル タスクがパッケージ内の変数へのアクセスに使用する VariableDispenser オブジェクトです。
- componentEvents
- IDTSComponentEvents
データ プロファイル タスクがパッケージに対してイベントを発生させる場合に使用する、IDTSComponentEvents インターフェイスを実装するオブジェクトです。
- log
- IDTSLogging
データ プロファイル タスクがパッケージで定義されたログにメッセージを書き込む場合に使用する、IDTSLogging インターフェイスを実装するオブジェクトです。
戻り値
データ プロファイル タスクの検証が成功したか失敗したかを示す列挙値のいずれかです。
注釈
継承された Validate
メソッドの詳細については、「Validate」を参照してください。