IMethodInstance.GetMethod Method

Gets the method that this instance belongs to.

Namespace:  Microsoft.BusinessData.MetadataModel
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)

Syntax

'Declaration
Function GetMethod As IMethod
'Usage
Dim instance As IMethodInstance
Dim returnValue As IMethod

returnValue = instance.GetMethod()
IMethod GetMethod()

Return Value

Type: Microsoft.BusinessData.MetadataModel.IMethod

The method this instance belongs to.

Examples

Code Snippet: Implementing a Custom Connector

See Also

Reference

IMethodInstance Interface

IMethodInstance Members

Microsoft.BusinessData.MetadataModel Namespace