IMethodInstance.MethodInstanceType Property
Gets the type of the method instance.
Namespace: Microsoft.BusinessData.MetadataModel
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property MethodInstanceType As MethodInstanceType
Get
'Usage
Dim instance As IMethodInstance
Dim value As MethodInstanceType
value = instance.MethodInstanceType
MethodInstanceType MethodInstanceType { get; }
Property Value
Type: Microsoft.BusinessData.MetadataModel.MethodInstanceType
The type of the method instance.
Examples
Code Snippet: Implementing a Custom Connector