ITaskComponent.Initialize(ITaskManager, IPropertyDictionary) 方法

定義

初始化任務元件屬性。

public:
 void Initialize(Microsoft::SqlServer::Management::TaskForms::ITaskManager ^ taskManager, Microsoft::SqlServer::Management::Data::IPropertyDictionary ^ properties);
public void Initialize(Microsoft.SqlServer.Management.TaskForms.ITaskManager taskManager, Microsoft.SqlServer.Management.Data.IPropertyDictionary properties);
abstract member Initialize : Microsoft.SqlServer.Management.TaskForms.ITaskManager * Microsoft.SqlServer.Management.Data.IPropertyDictionary -> unit
Public Sub Initialize (taskManager As ITaskManager, properties As IPropertyDictionary)

參數

taskManager
ITaskManager

一個介面,代表任務管理員的活動。

properties
IPropertyDictionary

字典的特性。

適用於