IAssociation.GetDestination - Méthode
Obtient 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 IAssociation
Dim returnValue As IEntity
returnValue = instance.GetDestination()
IEntity GetDestination()
Valeur renvoyée
Type : Microsoft.BusinessData.MetadataModel.IEntity
IEntity . Le type de contenu externe destination.
Exceptions
Exception | Condition |
---|---|
MetadataObjectNotFoundException | Le type de contenu externe de destination n'est pas disponible. |