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

사전의 속성입니다.

적용 대상