ITaskValidator 接口

定义

显示任务组件的集合。

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
实现

方法

Initialize(ITaskManager, IPropertyDictionary)

初始化任务组件属性。

(继承自 ITaskComponent)
Validate()

执行验证并报告状态。

事件

Validated

完成验证时发生。

Validating

验证将要开始时发生。

适用于