TaskUILifetimeHintAttribute.TaskUILifetimeHint Property
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.
Provides an estimate, stored as a lifetime hint, about how expensive it is to re-create a user interface.
public:
property Microsoft::SqlServer::Dts::Runtime::Design::TaskUILifetimeHint TaskUILifetimeHint { Microsoft::SqlServer::Dts::Runtime::Design::TaskUILifetimeHint get(); };
public Microsoft.SqlServer.Dts.Runtime.Design.TaskUILifetimeHint TaskUILifetimeHint { get; }
member this.TaskUILifetimeHint : Microsoft.SqlServer.Dts.Runtime.Design.TaskUILifetimeHint
Public ReadOnly Property TaskUILifetimeHint As TaskUILifetimeHint
Property Value
A TaskUILifetimeHint enumeration, with valid values of RecreationExpensive and RecreationInexpensive.