ITaskFormFactoryService Interface

Defines a method that performs an operation of the task form.

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

Syntax

'Declaration
<GuidAttribute("a9e18ed5-2630-4c2a-a36a-af8329968d11")> _
<ComVisibleAttribute(True)> _
Public Interface ITaskFormFactoryService
'Usage
Dim instance As ITaskFormFactoryService
[GuidAttribute("a9e18ed5-2630-4c2a-a36a-af8329968d11")]
[ComVisibleAttribute(true)]
public interface ITaskFormFactoryService
[GuidAttribute(L"a9e18ed5-2630-4c2a-a36a-af8329968d11")]
[ComVisibleAttribute(true)]
public interface class ITaskFormFactoryService
[<GuidAttribute("a9e18ed5-2630-4c2a-a36a-af8329968d11")>]
[<ComVisibleAttribute(true)>]
type ITaskFormFactoryService =  interface end
public interface ITaskFormFactoryService

The ITaskFormFactoryService type exposes the following members.

Properties

  Name Description
Public property TaskForms Gets the collection of information from the task form.

Top

Methods

  Name Description
Public method CreateTaskFormInstance Initializes a new instance of the task form.

Top