Share via


IDtsTaskUI.GetView Method

Retrieves the user interface to show. This method is called by the client.

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

Syntax

'Declaration
Function GetView As ContainerControl
'Usage
Dim instance As IDtsTaskUI 
Dim returnValue As ContainerControl 

returnValue = instance.GetView()
ContainerControl GetView()
ContainerControl^ GetView()
abstract GetView : unit -> ContainerControl
function GetView() : ContainerControl

Return Value

Type: System.Windows.Forms.ContainerControl

See Also

Reference

IDtsTaskUI Interface

Microsoft.SqlServer.Dts.Runtime.Design Namespace