Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.