다음을 통해 공유


GetView 메서드

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

네임스페이스:  Microsoft.SqlServer.Dts.Runtime.Design
어셈블리:  Microsoft.SqlServer.Dts.Design.dll의 Microsoft.SqlServer.Dts.Design

구문

‘선언
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