Task Class

 

Represents an asynchronous operation for the TaskComponent.

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


[SerializableAttribute]
[DesignerCategoryAttribute("code")]
[DebuggerStepThroughAttribute]
[XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/SqlServer/Management/Registration")]
[GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
public ref class Task : TaskComponent

NameDescription
System_CAPS_pubmethodTask()

Initializes a new instance of the Task class.

NameDescription
System_CAPS_pubpropertyProperties

Gets or sets the properties of the component. (Inherited from TaskComponent.)

System_CAPS_pubpropertyResourceManager

Gets or sets the string value for the ResourceManager control.(Inherited from LocalizationManager.)

System_CAPS_pubpropertyType

Gets or sets the type of the component.(Inherited from TaskComponent.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodInitialize(IServiceProvider^)

Prepares to view, edit, and design the component. This class cannot be inherited.(Inherited from TaskComponent.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privpropertyITaskFormComponentInfo::ComponentType

Gets the component type.(Inherited from TaskComponent.)

System_CAPS_pubinterfaceSystem_CAPS_privpropertyITaskFormComponentInfo::Properties

Gets the properties of the component.(Inherited from TaskComponent.)

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

Return to top
Show: