Entity.GetAssociationView 方法 (Microsoft.Office.Server.ApplicationRegistry.MetadataModel)
Gets the view of the specified association. It represents the fields that would be present in the entity instances returned if the association was executed.
命名空间: Microsoft.Office.Server.ApplicationRegistry.MetadataModel
程序集: Microsoft.SharePoint.Portal (在 microsoft.sharepoint.portal.dll 中)
语法
声明
Public Function GetAssociationView ( _
association As Association _
) As View
用法
Dim instance As Entity
Dim association As Association
Dim returnValue As View
returnValue = instance.GetAssociationView(association)
public View GetAssociationView (
Association association
)
参数
- association
An Association object.
返回值
A View object.
另请参阅
参考
Entity 类
Entity 成员
Microsoft.Office.Server.ApplicationRegistry.MetadataModel 命名空间