Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the destination external content type of the association.
Namespace: Microsoft.BusinessData.MetadataModel
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Function GetDestination As IEntity
'Usage
Dim instance As IAssociationGroup
Dim returnValue As IEntity
returnValue = instance.GetDestination()
IEntity GetDestination()
Return Value
Type: Microsoft.BusinessData.MetadataModel.IEntity
The destination external content type of the association.
Exceptions
| Exception | Condition |
|---|---|
| MetadataObjectNotFoundException | The external content type is not present. |