ITaskDataProvider Interface

Definition

Represents the DataProvider of the component property.

public interface class ITaskDataProvider : IDisposable, Microsoft::SqlServer::Management::TaskForms::ITaskComponent, System::ComponentModel::IComponent
public interface ITaskDataProvider : IDisposable, Microsoft.SqlServer.Management.TaskForms.ITaskComponent, System.ComponentModel.IComponent
type ITaskDataProvider = interface
    interface ITaskComponent
    interface IComponent
    interface IDisposable
Public Interface ITaskDataProvider
Implements IComponent, IDisposable, ITaskComponent
Implements

Methods

Initialize(ITaskManager, IPropertyDictionary)

Initializes the task component property.

(Inherited from ITaskComponent)

Applies to