Initializes a new instance of the TaskUILifetimeHintAttribute class.
命名空間: Microsoft.SqlServer.Dts.Runtime.Design
組件: Microsoft.SqlServer.Dts.Design (in microsoft.sqlserver.dts.design.dll)
語法
'宣告
Public Sub New ( _
taskUILifetimeHint As TaskUILifetimeHint _
)
public TaskUILifetimeHintAttribute (
TaskUILifetimeHint taskUILifetimeHint
)
public:
TaskUILifetimeHintAttribute (
TaskUILifetimeHint taskUILifetimeHint
)
public TaskUILifetimeHintAttribute (
TaskUILifetimeHint taskUILifetimeHint
)
public function TaskUILifetimeHintAttribute (
taskUILifetimeHint : TaskUILifetimeHint
)
參數
- taskUILifetimeHint
A value from the TaskUILifetimeHint enumeration that describes how expensive this user interface is to re-create.
平台
開發平台
如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。
目標平台
如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。
請參閱
參考
TaskUILifetimeHintAttribute Class
TaskUILifetimeHintAttribute Members
Microsoft.SqlServer.Dts.Runtime.Design Namespace