共用方式為


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