DataParameterDirection Enum

Definition

Specifies the direction of a data parameter.

C++
public enum class DataParameterDirection
Inheritance
DataParameterDirection

Fields

Name Value Description
Unknown 0

The parameter direction is not defined.

In 1

The parameter is an input parameter.

Out 2

The parameter is an output parameter.

InOut 3

The parameter is capable of both input and output.

ReturnValue 6

The parameter represents a return value from an operation such as a stored procedure, built-in function, or user-defined function.

Applies to

Proizvod Verzije
Visual Studio SDK 2017, 2019, 2022