IMethod.GetMethodInstances Method
Returns the method instances of this method.
Namespace: Microsoft.BusinessData.MetadataModel
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Function GetMethodInstances As INamedMethodInstanceDictionary
'Usage
Dim instance As IMethod
Dim returnValue As INamedMethodInstanceDictionary
returnValue = instance.GetMethodInstances()
INamedMethodInstanceDictionary GetMethodInstances()
Return Value
Type: Microsoft.BusinessData.MetadataModel.Collections.INamedMethodInstanceDictionary
A collection of method instances.
Remarks
An empty collection is returned if there are no MethodInstances for the method.