Freigeben über


TaskUILifetimeHintAttribute Constructor

Initializes a new instance of the TaskUILifetimeHintAttribute class.

Namespace: Microsoft.SqlServer.Dts.Runtime.Design
Assembly : Microsoft.SqlServer.Dts.Design (in microsoft.sqlserver.dts.design.dll)

Syntax

'Declaration
Public Sub New ( _
    taskUILifetimeHint As TaskUILifetimeHint _
)
public TaskUILifetimeHintAttribute (
    TaskUILifetimeHint taskUILifetimeHint
)
public:
TaskUILifetimeHintAttribute (
    TaskUILifetimeHint taskUILifetimeHint
)
public TaskUILifetimeHintAttribute (
    TaskUILifetimeHint taskUILifetimeHint
)
public function TaskUILifetimeHintAttribute (
    taskUILifetimeHint : TaskUILifetimeHint
)

Parameter

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

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

TaskUILifetimeHintAttribute Class
TaskUILifetimeHintAttribute Members
Microsoft.SqlServer.Dts.Runtime.Design Namespace