IAssociation.GetDestination Method
Gets 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 IAssociation
Dim returnValue As IEntity
returnValue = instance.GetDestination()
IEntity GetDestination()
Return Value
Type: Microsoft.BusinessData.MetadataModel.IEntity
IEntity . The destination external content type.
Exceptions
Exception | Condition |
---|---|
MetadataObjectNotFoundException | The destination external content type is not available. |