Перечисление TaskUILifetimeHint
Provides information about how expensive it is to recreate the user interface for a task. The lifetime hint enumeration is used as an attribute on a task.
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Design
Сборка: Microsoft.SqlServer.Dts.Design (в Microsoft.SqlServer.Dts.Design.dll)
Синтаксис
'Декларация
Public Enumeration TaskUILifetimeHint
'Применение
Dim instance As TaskUILifetimeHint
public enum TaskUILifetimeHint
public enum class TaskUILifetimeHint
type TaskUILifetimeHint
public enum TaskUILifetimeHint
Элементы
Имя элемента | Описание | |
---|---|---|
RecreationExpensive | Recreating the user interface is expensive. | |
RecreationInexpensive | Recreating the user interface is not expensive. |