CompiledDataContext.GetVariableValue(Int32) 메서드

정의

데이터 컨텍스트에서 사용하는 변수의 값을 가져옵니다.

protected:
 System::Object ^ GetVariableValue(int index);
protected object GetVariableValue(int index);
member this.GetVariableValue : int -> obj
Protected Function GetVariableValue (index As Integer) As Object

매개 변수

index
Int32

변수의 인덱스입니다.

반품

데이터 컨텍스트에서 사용하는 변수의 값입니다.

적용 대상