Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Returns the view of the script task UI.
Namespace: Microsoft.SqlServer.Dts.Tasks.ScriptTask
Assembly: Microsoft.SqlServer.ScriptTaskUI (in Microsoft.SqlServer.ScriptTaskUI.dll)
Syntax
'Declaration
Public Function GetView As ContainerControl
'Usage
Dim instance As ScriptTaskUI
Dim returnValue As ContainerControl
returnValue = instance.GetView()
public ContainerControl GetView()
public:
virtual ContainerControl^ GetView() sealed
abstract GetView : unit -> ContainerControl
override GetView : unit -> ContainerControl
public final function GetView() : ContainerControl
Return Value
Type: System.Windows.Forms.ContainerControl
The view of the script task UI.