IDtsTaskUI.GetView 方法

Retrieves the user interface to show. This method is called by the client.

命名空间:  Microsoft.SqlServer.Dts.Runtime.Design
程序集:  Microsoft.SqlServer.Dts.Design(在 Microsoft.SqlServer.Dts.Design.dll 中)

语法

声明
Function GetView As ContainerControl
用法
Dim instance As IDtsTaskUI 
Dim returnValue As ContainerControl 

returnValue = instance.GetView()
ContainerControl GetView()
ContainerControl^ GetView()
abstract GetView : unit -> ContainerControl
function GetView() : ContainerControl

返回值

类型:System.Windows.Forms.ContainerControl

请参阅

参考

IDtsTaskUI 接口

Microsoft.SqlServer.Dts.Runtime.Design 命名空间