Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the method instance that is executing or executed.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property MethodInstance As IMethodInstance
Get
'Usage
Dim instance As IMethodExecutionInfo
Dim value As IMethodInstance
value = instance.MethodInstance
IMethodInstance MethodInstance { get; }
Property Value
Type: Microsoft.BusinessData.MetadataModel.IMethodInstance
The method instance associated with this execution info..