IAssociationGroup.GetDestination - Méthode
Renvoie le type de contenu externe destination de l'association.
Espace de noms : Microsoft.BusinessData.MetadataModel
Assembly : Microsoft.BusinessData (dans Microsoft.BusinessData.dll)
Syntaxe
'Déclaration
Function GetDestination As IEntity
'Utilisation
Dim instance As IAssociationGroup
Dim returnValue As IEntity
returnValue = instance.GetDestination()
IEntity GetDestination()
Valeur renvoyée
Type : Microsoft.BusinessData.MetadataModel.IEntity
Destination type de contenu externe de l'association.
Exceptions
Exception | Condition |
---|---|
MetadataObjectNotFoundException | Type de contenu externe n'est pas présent. |