IDtsMultiTaskUI.GetView Method
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Returns the multi task view of the specified object.
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 IDtsMultiTaskUI
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
A ContainerControl object.