Association.GetSources 方法 (Microsoft.Office.Server.ApplicationRegistry.MetadataModel)

Gets the source entities in an association.

命名空间: Microsoft.Office.Server.ApplicationRegistry.MetadataModel
程序集: Microsoft.SharePoint.Portal (在 microsoft.sharepoint.portal.dll 中)

语法

声明
Public Function GetSources As NamedEntityDictionary
用法
Dim instance As Association
Dim returnValue As NamedEntityDictionary

returnValue = instance.GetSources
public NamedEntityDictionary GetSources ()

返回值

An EntityCollection object.

备注

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.

另请参阅

参考

Association 类
Association 成员
Microsoft.Office.Server.ApplicationRegistry.MetadataModel 命名空间