TaskUILifetimeHintAttribute.TaskUILifetimeHint 属性

定义

提供一个估算,作为终身提示,说明重建用户界面的成本。

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

属性值

一个 TaskUILifetimeHint 枚举,且有效值为 RecreationExpensiveRecreationInexpensive

适用于