Partager via


IVsDataViewHierarchy.GetOtherViewHierarchy, méthode

Extrait la hiérarchie de vue de données associée à la connexion de données à partir de l'explorateur de serveurs.

Espace de noms :  Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly :  Microsoft.VisualStudio.Data.Services (dans Microsoft.VisualStudio.Data.Services.dll)

Syntaxe

'Déclaration
Function GetOtherViewHierarchy ( _
    explorerConnection As IVsDataExplorerConnection _
) As IVsDataViewHierarchy
IVsDataViewHierarchy GetOtherViewHierarchy(
    IVsDataExplorerConnection explorerConnection
)
IVsDataViewHierarchy^ GetOtherViewHierarchy(
    IVsDataExplorerConnection^ explorerConnection
)
abstract GetOtherViewHierarchy : 
        explorerConnection:IVsDataExplorerConnection -> IVsDataViewHierarchy
function GetOtherViewHierarchy(
    explorerConnection : IVsDataExplorerConnection
) : IVsDataViewHierarchy

Paramètres

Valeur de retour

Type : Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataViewHierarchy
Un objet d' IVsDataViewHierarchy représentant la hiérarchie de vue de données pour la connexion donnée.

Exceptions

Exception Condition
ArgumentNullException

Le paramètre explorerConnection est nullune référence null (Nothing en Visual Basic).

InvalidOperationException

Le fournisseur de données associé au paramètre d' explorerConnection diffère du fournisseur de données actuel.

Sécurité .NET Framework

Voir aussi

Référence

IVsDataViewHierarchy Interface

Microsoft.VisualStudio.Data.Services.SupportEntities, espace de noms