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 method instances of this data class with the given stereotype.
Namespace: Microsoft.BusinessData.MetadataModel
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Function GetMethodInstances ( _
stereotype As MethodInstanceType _
) As INamedMethodInstanceDictionary
'Usage
Dim instance As IDataClass
Dim stereotype As MethodInstanceType
Dim returnValue As INamedMethodInstanceDictionary
returnValue = instance.GetMethodInstances(stereotype)
INamedMethodInstanceDictionary GetMethodInstances(
MethodInstanceType stereotype
)
Parameters
stereotype
Type: Microsoft.BusinessData.MetadataModel.MethodInstanceTypeThe stereotype of method instances to return.
Return Value
Type: Microsoft.BusinessData.MetadataModel.Collections.INamedMethodInstanceDictionary
The method instances of this data class with the given stereotype.