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

유효성 검사가 시작되려고 할 때 발생합니다.

적용 대상