: Entity.MethodInstances (Propiedad) (Microsoft.Office.Server.ApplicationRegistry.Administration)
Gets a collection of MethodInstance objects defined for the entity in the Business Data Catalog.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
Public ReadOnly Property MethodInstances As MethodInstanceCollection
'Uso
Dim instance As Entity
Dim value As MethodInstanceCollection
value = instance.MethodInstances
public MethodInstanceCollection MethodInstances { get; }
Valor de propiedad
A collection of MethodInstance objects.
Comentarios
This is the same as getting all the Methods for this Entity and getting the MethodInstance objects for each of the Methods.
Vea también
Referencia
Entity (Clase)
Entity (Miembros)
Microsoft.Office.Server.ApplicationRegistry.Administration (Espacio de nombres)