Share via


TaskFormTaskComponents Class

Displays the task components of the task form.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.TaskFormTaskComponents

Namespace:  Microsoft.SqlServer.Management
Assembly:  Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class TaskFormTaskComponents
'Usage
Dim instance As TaskFormTaskComponents
[SerializableAttribute]
public class TaskFormTaskComponents
[SerializableAttribute]
public ref class TaskFormTaskComponents
[<SerializableAttribute>]
type TaskFormTaskComponents =  class end
public class TaskFormTaskComponents

The TaskFormTaskComponents type exposes the following members.

Constructors

  Name Description
Public method TaskFormTaskComponents Initializes a new instance of the TaskFormTaskComponents class.

Top

Properties

  Name Description
Public property Items Gets or sets a collection of items for the component.
Public property ItemsElementName Gets or sets the name of each element in the collection of items in the component.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.