Méthode IDtsMultiTaskUI.GetView

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Returns the multi task view of the specified object.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Design
Assembly :  Microsoft.SqlServer.Dts.Design (en Microsoft.SqlServer.Dts.Design.dll)

Syntaxe

'Déclaration
Function GetView As ContainerControl
'Utilisation
Dim instance As IDtsMultiTaskUI 
Dim returnValue As ContainerControl 

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

Valeur de retour

Type : System.Windows.Forms.ContainerControl
A ContainerControl object.

Voir aussi

Référence

IDtsMultiTaskUI Interface

Espace de noms Microsoft.SqlServer.Dts.Runtime.Design