Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 _
)
'Usage
Dim taskUILifetimeHint As TaskUILifetimeHint
Dim instance As New TaskUILifetimeHintAttribute(taskUILifetimeHint)
public TaskUILifetimeHintAttribute(
TaskUILifetimeHint taskUILifetimeHint
)
public:
TaskUILifetimeHintAttribute(
TaskUILifetimeHint taskUILifetimeHint
)
new :
taskUILifetimeHint:TaskUILifetimeHint -> TaskUILifetimeHintAttribute
public function TaskUILifetimeHintAttribute(
taskUILifetimeHint : TaskUILifetimeHint
)
Parameters
- taskUILifetimeHint
Type: Microsoft.SqlServer.Dts.Runtime.Design.TaskUILifetimeHint
A value from the TaskUILifetimeHint enumeration that describes how expensive this user interface is to re-create.