: DataClass.Execute (Método) (MethodInstance, LobSystemInstance) (Microsoft.Office.Server.ApplicationRegistry.MetadataModel)
Executes a method instance on the business application.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
Public Overridable Function Execute ( _
methodInstanceToExecute As MethodInstance, _
lobSystemInstance As LobSystemInstance _
) As Object
'Uso
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
)
Parámetros
- methodInstanceToExecute
MethodInstance object to execute.
- lobSystemInstance
The LobSystemInstance object this entity belongs to.
Valor devuelto
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.
Vea también
Referencia
DataClass (Clase)
DataClass (Miembros)
Microsoft.Office.Server.ApplicationRegistry.MetadataModel (Espacio de nombres)