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 direction of the parameter.
Namespace: Microsoft.BusinessData.MetadataModel
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property Direction As DirectionType
Get
'Usage
Dim instance As IParameter
Dim value As DirectionType
value = instance.Direction
DirectionType Direction { get; }
Property Value
Type: Microsoft.BusinessData.MetadataModel.DirectionType
The direction of the parameter.
Examples
Code Snippet: Implementing a Custom Connector