IInstance.Execute 方法 (MethodInstance, LobSystemInstance) (Microsoft.Office.Server.ApplicationRegistry.Runtime)
Executes a specified method instance on the entity instance.
命名空间: Microsoft.Office.Server.ApplicationRegistry.Runtime
程序集: Microsoft.SharePoint.Portal (在 microsoft.sharepoint.portal.dll 中)
语法
声明
Function Execute ( _
methodToExecute As MethodInstance, _
lobSystemInstance As LobSystemInstance _
) As Object
用法
Dim instance As IInstance
Dim methodToExecute As MethodInstance
Dim lobSystemInstance As LobSystemInstance
Dim returnValue As Object
returnValue = instance.Execute(methodToExecute, lobSystemInstance)
Object Execute (
MethodInstance methodToExecute,
LobSystemInstance lobSystemInstance
)
参数
- methodToExecute
The MethodInstance object to execute.
- lobSystemInstance
The LobSystemInstance object of this method.
返回值
An object containing the result set from the back-end business application.
另请参阅
参考
IInstance 接口
IInstance 成员
Microsoft.Office.Server.ApplicationRegistry.Runtime 命名空间