Entity.MethodInstances 属性 (Microsoft.Office.Server.ApplicationRegistry.Administration)

Gets a collection of MethodInstance objects defined for the entity in the Business Data Catalog.

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

语法

声明
Public ReadOnly Property MethodInstances As MethodInstanceCollection
用法
Dim instance As Entity
Dim value As MethodInstanceCollection

value = instance.MethodInstances
public MethodInstanceCollection MethodInstances { get; }

属性值

A collection of MethodInstance objects.

备注

This is the same as getting all the Methods for this Entity and getting the MethodInstance objects for each of the Methods.

另请参阅

参考

Entity 类
Entity 成员
Microsoft.Office.Server.ApplicationRegistry.Administration 命名空间