TaskForm Class

 

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

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

System::Object
  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

NameDescription
System_CAPS_pubmethodTaskForm()

Initializes a new instance of the TaskForm class.

NameDescription
System_CAPS_pubpropertyAdvancedView

Gets or sets a value that indicates whether the task form is in an advanced view.

System_CAPS_pubpropertyCaption

Gets or sets the caption of the task form.

System_CAPS_pubpropertyDescription

Gets or sets the description of the task form.

System_CAPS_pubpropertyHelpID

Gets or sets the text associated with the Help ID.

System_CAPS_pubpropertyIcon

Gets or sets the icon of the task form.

System_CAPS_pubpropertyMoniker

Gets or sets the moniker of the task form.

System_CAPS_pubpropertyPreviewView

Gets or sets a value that indicates whether the task form can be previewed.

System_CAPS_pubpropertyProperties

Gets or sets the properties of the task form.

System_CAPS_pubpropertyResourceManager

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

System_CAPS_pubpropertyScripting

Gets or sets a value that indicates whether the scripting of the task form is enabled.

System_CAPS_pubpropertyTaskComponents

Gets or sets the task components of the task form.

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_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIInitializable::Initialize(IServiceProvider^)

Initializes the service object of the task form.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyITaskFormInfo::Caption

Gets the text displayed in the caption of an object.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyITaskFormInfo::Components

Gets the current list of the components.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyITaskFormInfo::Description

Gets the description of the task.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyITaskFormInfo::Icon

Gets the icon for the form.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyITaskFormInfo::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.

Return to top
Show: