TaskForm Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initiates the task form using the available local manager in the class.
public ref class TaskForm : Microsoft::SqlServer::Management::LocalizationManager, Microsoft::SqlServer::Management::IInitializable, Microsoft::SqlServer::Management::TaskForms::ITaskFormInfo
[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 TaskForm : Microsoft.SqlServer.Management.LocalizationManager, Microsoft.SqlServer.Management.IInitializable, Microsoft.SqlServer.Management.TaskForms.ITaskFormInfo
[<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 TaskForm = class
inherit LocalizationManager
interface ITaskFormInfo
interface IInitializable
Public Class TaskForm
Inherits LocalizationManager
Implements IInitializable, ITaskFormInfo
- Inheritance
- Attributes
- Implements
Constructors
TaskForm() |
Initializes a new instance of the TaskForm class. |
Properties
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. |
Explicit Interface Implementations
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. |