नोट
इस पेज तक पहुँच के लिए प्रमाणन की आवश्यकता होती है. आप साइन इन करने या निर्देशिकाओं को बदलने का प्रयास कर सकते हैं.
इस पेज तक पहुँच के लिए प्रमाणन की आवश्यकता होती है. आप निर्देशिकाओं को बदलने का प्रयास कर सकते हैं.
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