ITaskValidator Interface

Definition

Displays the collection of task components.

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
Implements

Methods

Initialize(ITaskManager, IPropertyDictionary)

Initializes the task component property.

(Inherited from ITaskComponent)
Validate()

Performs the validation and report state.

Events

Validated

Occurs when the validation is completed.

Validating

Occurs when the validation is about to begin.

Applies to