CurrentValueRecord.SetByte(Int32, Byte) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit la valeur d'un champ dans un enregistrement.
public:
void SetByte(int ordinal, System::Byte value);
public void SetByte(int ordinal, byte value);
member this.SetByte : int * byte -> unit
Public Sub SetByte (ordinal As Integer, value As Byte)
Paramètres
- ordinal
- Int32
Ordinal du champ.
- value
- Byte
Valeur du champ.