ITaskDataProvider 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示组件属性的 DataProvider。
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
- 实现
方法
| Initialize(ITaskManager, IPropertyDictionary) |
初始化任务组件属性。 (继承自 ITaskComponent) |