: AbstractEntityInstance.Execute (Método) (MethodInstance, LobSystemInstance, ref Object[]) (Microsoft.Office.Server.ApplicationRegistry.Runtime)
Overrides some or all of the arguments in the back-end method and executes the method in the back-end application.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
Public Overrides Function Execute ( _
methodInstanceToExecute As MethodInstance, _
lobSystemInstance As LobSystemInstance, _
ByRef overrideArgs As Object() _
) As Object
'Uso
Dim instance As AbstractEntityInstance
Dim methodInstanceToExecute As MethodInstance
Dim lobSystemInstance As LobSystemInstance
Dim overrideArgs As Object()
Dim returnValue As Object
returnValue = instance.Execute(methodInstanceToExecute, lobSystemInstance, overrideArgs)
public override Object Execute (
MethodInstance methodInstanceToExecute,
LobSystemInstance lobSystemInstance,
ref Object[] overrideArgs
)
Parámetros
- methodInstanceToExecute
The MethodInstance object to execute on the entity instance.
- lobSystemInstance
The LobSystemInstance object that this entity belongs to.
- overrideArgs
An array of objects containing the arguments that should be overridden before executing the method. Allows the user to override the default values created by the Business Data Catalog for this execution.
Valor devuelto
An object that represents the entity instances returned when the back-end method is invoked.
Vea también
Referencia
AbstractEntityInstance (Clase)
AbstractEntityInstance (Miembros)
Microsoft.Office.Server.ApplicationRegistry.Runtime (Espacio de nombres)