ITypeDescriptor.GetParentTypeDescriptor - Méthode
Renvoie le descripteur de type qui contient ce descripteur de type.
Espace de noms : Microsoft.BusinessData.MetadataModel
Assembly : Microsoft.BusinessData (dans Microsoft.BusinessData.dll)
Syntaxe
'Déclaration
Function GetParentTypeDescriptor As ITypeDescriptor
'Utilisation
Dim instance As ITypeDescriptor
Dim returnValue As ITypeDescriptor
returnValue = instance.GetParentTypeDescriptor()
ITypeDescriptor GetParentTypeDescriptor()
Valeur renvoyée
Type : Microsoft.BusinessData.MetadataModel.ITypeDescriptor
Descripteur de type parent.
Exceptions
Exception | Condition |
---|---|
MetadataObjectNotFoundException | Ce descripteur de type représente la racine de structure de données. Cette condition peut être vérifiée via la méthode IsRoot . |