TaskComponent Class

 

Initializes the task component using the local manager available.

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


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

NameDescription
System_CAPS_pubmethodTaskComponent()

Initializes a new instance of the TaskComponent class.

NameDescription
System_CAPS_pubpropertyProperties

Gets or sets the properties of the component.

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.

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.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privpropertyITaskFormComponentInfo::ComponentType

Gets the component type.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyITaskFormComponentInfo::Properties

Gets the properties of the component.

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: