Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.
Namespace: Microsoft.SqlServer.Dts.Runtime.Design
Assembly: Microsoft.SqlServer.Dts.Design (in Microsoft.SqlServer.Dts.Design.dll)
Syntax
'Declaration
Public Enumeration TaskUILifetimeHint
'Usage
Dim instance As TaskUILifetimeHint
public enum TaskUILifetimeHint
public enum class TaskUILifetimeHint
type TaskUILifetimeHint
public enum TaskUILifetimeHint
Members
| Member name | Description | |
|---|---|---|
| RecreationExpensive | Recreating the user interface is expensive. | |
| RecreationInexpensive | Recreating the user interface is not expensive. |