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
)
Parameters
- taskUILifetimeHint
A value from the TaskUILifetimeHint enumeration that describes how expensive this user interface is to re-create.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
TaskUILifetimeHintAttribute Class
TaskUILifetimeHintAttribute Members
Microsoft.SqlServer.Dts.Runtime.Design Namespace