TaskForm Class
Initiates the task form using the available local manager in the class.
Assembly: Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)
Microsoft.SqlServer.Management::LocalizationManager
Microsoft.SqlServer.Management::TaskForm
[SerializableAttribute] [GeneratedCodeAttribute("xsd", "4.0.30319.33440")] [XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/SqlServer/Management/Registration")] [DebuggerStepThroughAttribute] [DesignerCategoryAttribute("code")] public ref class TaskForm : LocalizationManager, ITaskFormInfo, IInitializable
| Name | Description | |
|---|---|---|
![]() | TaskForm() | Initializes a new instance of the TaskForm class. |
| Name | Description | |
|---|---|---|
![]() | AdvancedView | Gets or sets a value that indicates whether the task form is in an advanced view. |
![]() | Caption | Gets or sets the caption of the task form. |
![]() | Description | Gets or sets the description of the task form. |
![]() | HelpID | Gets or sets the text associated with the Help ID. |
![]() | Icon | Gets or sets the icon of the task form. |
![]() | Moniker | Gets or sets the moniker of the task form. |
![]() | PreviewView | Gets or sets a value that indicates whether the task form can be previewed. |
![]() | Properties | Gets or sets the properties of the task form. |
![]() | ResourceManager | Gets or sets the string value for the ResourceManager control.(Inherited from LocalizationManager.) |
![]() | Scripting | Gets or sets a value that indicates whether the scripting of the task form is enabled. |
![]() | TaskComponents | Gets or sets the task components of the task form. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IInitializable::Initialize(IServiceProvider^) | Initializes the service object of the task form. |
![]() ![]() | ITaskFormInfo::Caption | Gets the text displayed in the caption of an object. |
![]() ![]() | ITaskFormInfo::Components | Gets the current list of the components. |
![]() ![]() | ITaskFormInfo::Description | Gets the description of the task. |
![]() ![]() | ITaskFormInfo::Icon | Gets the icon for the form. |
![]() ![]() | ITaskFormInfo::Properties | Gets the collection of properties of the task form that is listed in the property dictionary. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.





