TaskForm Class

Initiates the task form using the available local manager in the class.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.LocalizationManager
    Microsoft.SqlServer.Management.TaskForm

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class TaskForm _
    Inherits LocalizationManager _
    Implements ITaskFormInfo, IInitializable
'Usage
Dim instance As TaskForm
[SerializableAttribute]
public class TaskForm : LocalizationManager, ITaskFormInfo, 
    IInitializable
[SerializableAttribute]
public ref class TaskForm : public LocalizationManager, 
    ITaskFormInfo, IInitializable
[<SerializableAttribute>]
type TaskForm =  
    class
        inherit LocalizationManager
        interface ITaskFormInfo
        interface IInitializable
    end
public class TaskForm extends LocalizationManager implements ITaskFormInfo, IInitializable

The TaskForm type exposes the following members.

Constructors

  Name Description
Public method TaskForm Initializes a new instance of the TaskForm class.

Top

Properties

  Name Description
Public property AdvancedView Gets or sets a value that indicates whether the task form is in an advanced view.
Public property Caption Gets or sets the caption of the task form.
Public property Description Gets or sets the description of the task form.
Public property HelpID Gets or sets the text associated with the Help ID.
Public property Icon Gets or sets the icon of the task form.
Public property Moniker Gets or sets the moniker of the task form.
Public property PreviewView Gets or sets a value that indicates whether the task form can be previewed.
Public property Properties Gets or sets the properties of the task form.
Public property ResourceManager Gets or sets the string value for the ResourceManager control. (Inherited from LocalizationManager.)
Public property Scripting Gets or sets a value that indicates whether the scripting of the task form is enabled.
Public property TaskComponents Gets or sets the task components of the task form.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IInitializable.Initialize Initializes the service object of the task form.
Explicit interface implemetationPrivate property ITaskFormInfo.Caption Gets the caption of the task form.
Explicit interface implemetationPrivate property ITaskFormInfo.Components Gets the components in the task form.
Explicit interface implemetationPrivate property ITaskFormInfo.Description Gets the text that represents the description of the task form.
Explicit interface implemetationPrivate property ITaskFormInfo.Icon Gets the icon for the task form.
Explicit interface implemetationPrivate property ITaskFormInfo.Properties Gets the collection of properties of the task form that is listed in the property dictionary.

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.