IMethodInstance.GetMethod - Méthode
Obtient la méthode appartenant à cette instance.
Espace de noms : Microsoft.BusinessData.MetadataModel
Assembly : Microsoft.BusinessData (dans Microsoft.BusinessData.dll)
Syntaxe
'Déclaration
Function GetMethod As IMethod
'Utilisation
Dim instance As IMethodInstance
Dim returnValue As IMethod
returnValue = instance.GetMethod()
IMethod GetMethod()
Valeur renvoyée
Type : Microsoft.BusinessData.MetadataModel.IMethod
La méthode que cette instance appartient.
Exemples
Code Snippet: Implementing a Custom Connector