DesignerDataParameter.Direction 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
매개 변수가 입력 전용, 출력 전용, 양방향 또는 저장 프로시저 반환-값 매개 변수인지 여부를 나타내는 값을 가져옵니다.
public:
property System::Data::ParameterDirection Direction { System::Data::ParameterDirection get(); };
public System.Data.ParameterDirection Direction { get; }
member this.Direction : System.Data.ParameterDirection
Public ReadOnly Property Direction As ParameterDirection
속성 값
값 중 ParameterDirection 하나입니다.
설명
Direction 이 속성을 사용하여 매개 변수가 저장 프로시저에 전달되는지, 저장 프로시저에서 반환되는지 또는 둘 다인지를 나타냅니다.