Partager via


DataClass.Execute, méthode (MethodInstance, LobSystemInstance) (Microsoft.Office.Server.ApplicationRegistry.MetadataModel)

Executes a method instance on the business application.

Espace de noms : Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)

Syntaxe

'Déclaration
Public Overridable Function Execute ( _
    methodInstanceToExecute As MethodInstance, _
    lobSystemInstance As LobSystemInstance _
) As Object
'Utilisation
Dim instance As DataClass
Dim methodInstanceToExecute As MethodInstance
Dim lobSystemInstance As LobSystemInstance
Dim returnValue As Object

returnValue = instance.Execute(methodInstanceToExecute, lobSystemInstance)
public virtual Object Execute (
    MethodInstance methodInstanceToExecute,
    LobSystemInstance lobSystemInstance
)

Paramètres

Valeur de retour

An object containing the entity instances returned by the method instance. Sometimes a scalar value may also be returned if the Method Instance type is Scalar.

Voir aussi

Référence

DataClass, classe
Membres DataClass
Microsoft.Office.Server.ApplicationRegistry.MetadataModel, espace de noms