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
explorerConnection
Type : Microsoft.VisualStudio.Data.Services.IVsDataExplorerConnectionLa connexion de l'explorateur pour laquelle obtenir la hiérarchie de vue de données.
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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
IVsDataViewHierarchy Interface
Microsoft.VisualStudio.Data.Services.SupportEntities, espace de noms