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.
Retrieves the parameter direction.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Protected MustOverride Function GetDirectionImpl As DataParameterDirection
protected abstract DataParameterDirection GetDirectionImpl()
protected:
virtual DataParameterDirection GetDirectionImpl() abstract
abstract GetDirectionImpl : unit -> DataParameterDirection
protected abstract function GetDirectionImpl() : DataParameterDirection
Return Value
Type: Microsoft.VisualStudio.Data.DataParameterDirection
Returns the parameter direction from among those defined in the DataParameterDirection enumeration.
Remarks
This method is called by the implementation of the Direction property.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.