IAssociationGroup.GetSources Method
The collection of source external content types.
Namespace: Microsoft.BusinessData.MetadataModel
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Function GetSources As INamespacedEntityDictionaryDictionary
'Usage
Dim instance As IAssociationGroup
Dim returnValue As INamespacedEntityDictionaryDictionary
returnValue = instance.GetSources()
INamespacedEntityDictionaryDictionary GetSources()
Return Value
Type: Microsoft.BusinessData.MetadataModel.Collections.INamespacedEntityDictionaryDictionary
The collection of source external content types. If any of the source external content types is not present, this function will throw MetadataObjectNotFoundException.
Exceptions
Exception | Condition |
---|---|
MetadataObjectNotFoundException | The external content type is not present. |