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.
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. |