TaskUILifetimeHintAttribute Constructor
Initializes a new instance of the TaskUILifetimeHintAttribute class.
Spazio dei nomi: Microsoft.SqlServer.Dts.Runtime.Design
Assembly : Microsoft.SqlServer.Dts.Design (in microsoft.sqlserver.dts.design.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
taskUILifetimeHint As TaskUILifetimeHint _
)
public TaskUILifetimeHintAttribute (
TaskUILifetimeHint taskUILifetimeHint
)
public:
TaskUILifetimeHintAttribute (
TaskUILifetimeHint taskUILifetimeHint
)
public TaskUILifetimeHintAttribute (
TaskUILifetimeHint taskUILifetimeHint
)
public function TaskUILifetimeHintAttribute (
taskUILifetimeHint : TaskUILifetimeHint
)
Parametri
- taskUILifetimeHint
A value from the TaskUILifetimeHint enumeration that describes how expensive this user interface is to re-create.
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
TaskUILifetimeHintAttribute Class
TaskUILifetimeHintAttribute Members
Microsoft.SqlServer.Dts.Runtime.Design Namespace