ITaskValidator Interface

 

Displays the collection of task components.

Namespace:   Microsoft.SqlServer.Management.TaskForms
Assembly:  Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

public interface class ITaskValidator : ITaskComponent, IComponent, 
	IDisposable

NameDescription
System_CAPS_pubpropertySite

(Inherited from IComponent.)

NameDescription
System_CAPS_pubmethodDispose()

(Inherited from IDisposable.)

System_CAPS_pubmethodInitialize(ITaskManager^, IPropertyDictionary^)

Initializes the task component property.(Inherited from ITaskComponent.)

System_CAPS_pubmethodValidate()

Performs the validation and report state.

NameDescription
System_CAPS_pubeventDisposed

(Inherited from IComponent.)

System_CAPS_pubeventValidated

Occurs when the validation is completed.

System_CAPS_pubeventValidating

Occurs when the validation is about to begin.

Return to top
Show: