ITaskDataProvider 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表元件屬性的資料提供者。
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) |