IDtsMultiTaskUI.GetView Method
This API supports the .NET Framework 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
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