共用方式為


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

變數的索引。

傳回

資料內容所使用變數的值。

適用於