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
實作

方法

名稱 Description
Initialize(ITaskManager, IPropertyDictionary)

初始化任務元件屬性。

(繼承來源 ITaskComponent)
Validate()

執行驗證與報告狀態。

事件

名稱 Description
Validated

驗證完成時發生。

Validating

當驗證即將開始時發生。

適用於