TaskUILifetimeHintAttribute(TaskUILifetimeHint) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.