Task Class
Represents an asynchronous operation for the TaskComponent.
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 Task _
Inherits TaskComponent
'Usage
Dim instance As Task
[SerializableAttribute]
public class Task : TaskComponent
[SerializableAttribute]
public ref class Task : public TaskComponent
[<SerializableAttribute>]
type Task =
class
inherit TaskComponent
end
public class Task extends TaskComponent
The Task type exposes the following members.
Properties
Name | Description | |
---|---|---|
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.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Initialize | Prepares to view, edit, and design the component. This class cannot be inherited. (Inherited from TaskComponent.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
ITaskFormComponentInfo.ComponentType | Gets the specified type of component. (Inherited from TaskComponent.) | |
ITaskFormComponentInfo.Properties | Gets the properties associated with the component. (Inherited from TaskComponent.) |
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.