TaskComponent Class

Definition

Initializes the task component using the local manager available.

public ref class TaskComponent : Microsoft::SqlServer::Management::LocalizationManager, Microsoft::SqlServer::Management::IInitializable, Microsoft::SqlServer::Management::TaskForms::ITaskFormComponentInfo
[System.CodeDom.Compiler.GeneratedCode("xsd", "4.0.30319.33440")]
[System.ComponentModel.DesignerCategory("code")]
[System.Diagnostics.DebuggerStepThrough]
[System.Xml.Serialization.XmlInclude(typeof(Microsoft.SqlServer.Management.Task))]
[System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/SqlServer/Management/Registration")]
[System.Serializable]
public class TaskComponent : Microsoft.SqlServer.Management.LocalizationManager, Microsoft.SqlServer.Management.IInitializable, Microsoft.SqlServer.Management.TaskForms.ITaskFormComponentInfo
[<System.CodeDom.Compiler.GeneratedCode("xsd", "4.0.30319.33440")>]
[<System.ComponentModel.DesignerCategory("code")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Xml.Serialization.XmlInclude(typeof(Microsoft.SqlServer.Management.Task))>]
[<System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/SqlServer/Management/Registration")>]
[<System.Serializable>]
type TaskComponent = class
    inherit LocalizationManager
    interface ITaskFormComponentInfo
    interface IInitializable
Public Class TaskComponent
Inherits LocalizationManager
Implements IInitializable, ITaskFormComponentInfo
Inheritance
TaskComponent
Derived
Attributes
Implements

Constructors

TaskComponent()

Initializes a new instance of the TaskComponent class.

Properties

Properties

Gets or sets the properties of the component.

ResourceManager

Gets or sets the string value for the ResourceManager control.

(Inherited from LocalizationManager)
Type

Gets or sets the type of the component.

Methods

Initialize(IServiceProvider)

Prepares to view, edit, and design the component. This class cannot be inherited.

Explicit Interface Implementations

ITaskFormComponentInfo.ComponentType

Gets the component type.

ITaskFormComponentInfo.Properties

Gets the properties of the component.

Applies to