Share via


IDtsMultiTaskUI Interface

This API supports the infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Design
Assembly:  Microsoft.SqlServer.Dts.Design (in Microsoft.SqlServer.Dts.Design.dll)

Syntax

'Declaration
Public Interface IDtsMultiTaskUI
'Usage
Dim instance As IDtsMultiTaskUI
public interface IDtsMultiTaskUI
public interface class IDtsMultiTaskUI
type IDtsMultiTaskUI =  interface end
public interface IDtsMultiTaskUI

The IDtsMultiTaskUI type exposes the following members.

Methods

  Name Description
Public method Delete Infrastructure.
Public method GetView Infrastructure.
Public method Initialize Infrastructure.
Public method New Infrastructure.

Top