Freigeben über


ScriptTaskUI.GetView-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Rückgabewert

Typ: System.Windows.Forms.ContainerControl
The view of the script task UI.

Implementiert

IDtsTaskUI.GetView()

Siehe auch

Verweis

ScriptTaskUI Klasse

Microsoft.SqlServer.Dts.Tasks.ScriptTask-Namespace