ITaskDataProvider 介面

定義

代表元件屬性的資料提供者。

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

方法

名稱 Description
Initialize(ITaskManager, IPropertyDictionary)

初始化任務元件屬性。

(繼承來源 ITaskComponent)

適用於