CompiledDataContext.SetVariableValue(Int32, Object) 메서드

정의

데이터 컨텍스트에 사용된 변수의 값을 반환합니다.

protected:
 void SetVariableValue(int index, System::Object ^ value);
protected void SetVariableValue (int index, object value);
member this.SetVariableValue : int * obj -> unit
Protected Sub SetVariableValue (index As Integer, value As Object)

매개 변수

index
Int32

변수의 인덱스입니다.

value
Object

변수의 값입니다.

적용 대상