Share via


CurrentValueRecord.SetBoolean(Int32, Boolean) 方法

定義

設定記錄中某個欄位的值。

public:
 void SetBoolean(int ordinal, bool value);
public void SetBoolean (int ordinal, bool value);
member this.SetBoolean : int * bool -> unit
Public Sub SetBoolean (ordinal As Integer, value As Boolean)

參數

ordinal
Int32

欄位的序數。

value
Boolean

此欄位的值。

適用於