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 source entities in an association.
Namespace: Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Function GetSources As NamedEntityDictionary
'Usage
Dim instance As Association
Dim returnValue As NamedEntityDictionary
returnValue = instance.GetSources()
public NamedEntityDictionary GetSources()
Return Value
Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.NamedEntityDictionary
An EntityCollection object.
Remarks
An Association can have multiple source Entities. You must supply a single instance of each Source Entity to execute an Association that returns 0 or more destination Entity Instances.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace