ITaskComponent.Initialize(ITaskManager, IPropertyDictionary) Method

Definition

Initializes the task component property.

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)

Parameters

taskManager
ITaskManager

An interface that represents the activity of the task manager.

properties
IPropertyDictionary

The properties of the dictionary.

Applies to