ISimpleWorkItem Interface

 

Represents the work item that doesn't require any additional user input except context it is executed in.

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

public interface class ISimpleWorkItem : INotifyPropertyChanged

NameDescription
System_CAPS_pubpropertyExcluded

Gets whether the current work item should be excluded from processing.

System_CAPS_pubpropertyExecutionError

Gets the detailed error information.

System_CAPS_pubpropertyExecutionErrorMessage

Gets the error message.

System_CAPS_pubpropertyName

Gets the work item display name.

System_CAPS_pubpropertyState

Gets the work item state.

System_CAPS_pubpropertyStateImage

Gets the image representing state.

System_CAPS_pubpropertyStateText

Gets the localized state text.

NameDescription
System_CAPS_pubmethodAbort()

Aborts the work item.

System_CAPS_pubmethodInitialize(ITaskManager^, IContext^)

Initializes the work item using provided context. If context is incompatible with work item type, Initialize can return false and this item would be ignored.

System_CAPS_pubmethodReset()

Resets the work item into pending state.

System_CAPS_pubmethodRun()

Executes the work item.

System_CAPS_pubmethodScript(ISfcScriptCollector^)

Scripts the work item.

NameDescription
System_CAPS_pubeventPropertyChanged

(Inherited from INotifyPropertyChanged.)

Return to top
Show: