共用方式為


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

變數的值。

適用於