ITaskComponent.Initialize(ITaskManager, IPropertyDictionary) Método

Definição

Inicializa a propriedade de componente de tarefa.

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)

Parâmetros

taskManager
ITaskManager

Uma interface que representa a atividade do gerenciador de tarefas.

properties
IPropertyDictionary

As propriedades do dicionário.

Aplica-se a