Share via


TaskUILifetimeHintAttribute(TaskUILifetimeHint) Constructor

Definition

Initializes a new instance of the TaskUILifetimeHintAttribute class.

public:
 TaskUILifetimeHintAttribute(Microsoft::SqlServer::Dts::Runtime::Design::TaskUILifetimeHint taskUILifetimeHint);
public TaskUILifetimeHintAttribute (Microsoft.SqlServer.Dts.Runtime.Design.TaskUILifetimeHint taskUILifetimeHint);
new Microsoft.SqlServer.Dts.Runtime.Design.TaskUILifetimeHintAttribute : Microsoft.SqlServer.Dts.Runtime.Design.TaskUILifetimeHint -> Microsoft.SqlServer.Dts.Runtime.Design.TaskUILifetimeHintAttribute
Public Sub New (taskUILifetimeHint As TaskUILifetimeHint)

Parameters

taskUILifetimeHint
TaskUILifetimeHint

A value from the TaskUILifetimeHint enumeration that describes how expensive this user interface is to re-create.

Applies to