ITaskValidator 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
顯示任務組成部分的集合。
public interface class ITaskValidator : IDisposable, Microsoft::SqlServer::Management::TaskForms::ITaskComponent, System::ComponentModel::IComponent
public interface ITaskValidator : IDisposable, Microsoft.SqlServer.Management.TaskForms.ITaskComponent, System.ComponentModel.IComponent
type ITaskValidator = interface
interface ITaskComponent
interface IComponent
interface IDisposable
Public Interface ITaskValidator
Implements IComponent, IDisposable, ITaskComponent
- 實作
方法
| 名稱 | Description |
|---|---|
| Initialize(ITaskManager, IPropertyDictionary) |
初始化任務元件屬性。 (繼承來源 ITaskComponent) |
| Validate() |
執行驗證與報告狀態。 |
事件
| 名稱 | Description |
|---|---|
| Validated |
驗證完成時發生。 |
| Validating |
當驗證即將開始時發生。 |