Entity.MethodInstances, propriété (Microsoft.Office.Server.ApplicationRegistry.Administration)
Gets a collection of MethodInstance objects defined for the entity in the Business Data Catalog.
Espace de noms : Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
Public ReadOnly Property MethodInstances As MethodInstanceCollection
'Utilisation
Dim instance As Entity
Dim value As MethodInstanceCollection
value = instance.MethodInstances
public MethodInstanceCollection MethodInstances { get; }
Valeur de la propriété
A collection of MethodInstance objects.
Remarques
This is the same as getting all the Methods for this Entity and getting the MethodInstance objects for each of the Methods.
Voir aussi
Référence
Entity, classe
Membres Entity
Microsoft.Office.Server.ApplicationRegistry.Administration, espace de noms