Partilhar via


CurrentValueRecord.SetValue(Int32, Object) Método

Definição

Define o valor de um campo em um registro.

public:
 void SetValue(int ordinal, System::Object ^ value);
public void SetValue (int ordinal, object value);
member this.SetValue : int * obj -> unit
Public Sub SetValue (ordinal As Integer, value As Object)

Parâmetros

ordinal
Int32

O ordinal do campo.

value
Object

O valor do campo.

Aplica-se a