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 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