TaskComponent Class

Initializes the task component using the local manager available.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.LocalizationManager
    Microsoft.SqlServer.Management.TaskComponent
      Microsoft.SqlServer.Management.Task

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class TaskComponent _
    Inherits LocalizationManager _
    Implements ITaskFormComponentInfo, IInitializable
'Usage
Dim instance As TaskComponent
[SerializableAttribute]
public class TaskComponent : LocalizationManager, 
    ITaskFormComponentInfo, IInitializable
[SerializableAttribute]
public ref class TaskComponent : public LocalizationManager, 
    ITaskFormComponentInfo, IInitializable
[<SerializableAttribute>]
type TaskComponent =  
    class
        inherit LocalizationManager
        interface ITaskFormComponentInfo
        interface IInitializable
    end
public class TaskComponent extends LocalizationManager implements ITaskFormComponentInfo, IInitializable

The TaskComponent type exposes the following members.

Constructors

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

Top

Properties

  Name Description
Public property Properties Gets or sets the properties of the component.
Public property ResourceManager Gets or sets the string value for the ResourceManager control. (Inherited from LocalizationManager.)
Public property Type Gets or sets the type of 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.)
Public method Initialize Prepares to view, edit, and design the component. This class cannot be inherited.
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate property ITaskFormComponentInfo.ComponentType Gets the specified type of component.
Explicit interface implemetationPrivate property ITaskFormComponentInfo.Properties Gets the properties associated with the component.

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.