ITaskComponent Interface

 

Provides functionality that is required by the components.

Namespace:   Microsoft.SqlServer.Management.TaskForms
Assembly:  Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

public interface class ITaskComponent : IComponent, IDisposable

NameDescription
System_CAPS_pubpropertySite

(Inherited from IComponent.)

NameDescription
System_CAPS_pubmethodDispose()

(Inherited from IDisposable.)

System_CAPS_pubmethodInitialize(ITaskManager^, IPropertyDictionary^)

Initializes the task component property.

NameDescription
System_CAPS_pubeventDisposed

(Inherited from IComponent.)

Return to top
Show: