Task Class

Definition

Represents an asynchronous operation for the TaskComponent.

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

Constructors

Task()

Initializes a new instance of the Task class.

Properties

Properties

Gets or sets the properties of the component.

(Inherited from TaskComponent)
ResourceManager

Gets or sets the string value for the ResourceManager control.

(Inherited from LocalizationManager)
Type

Gets or sets the type of the component.

(Inherited from TaskComponent)

Methods

Initialize(IServiceProvider)

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

(Inherited from TaskComponent)

Explicit Interface Implementations

ITaskFormComponentInfo.ComponentType

Gets the component type.

(Inherited from TaskComponent)
ITaskFormComponentInfo.Properties

Gets the properties of the component.

(Inherited from TaskComponent)

Applies to