TypedDataRow.SetUInt16 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.
Surcharges
SetUInt16(String, Object)
public:
void SetUInt16(System::String ^ columnName, System::Object ^ newValue);
public void SetUInt16(string columnName, object newValue);
member this.SetUInt16 : string * obj -> unit
Public Sub SetUInt16 (columnName As String, newValue As Object)
Paramètres
- columnName
- String
- newValue
- Object
S’applique à
SetUInt16(String, UInt16)
Important
Cette API n’est pas conforme CLS.
public:
void SetUInt16(System::String ^ columnName, System::UInt16 newValue);
[System.CLSCompliant(false)]
public void SetUInt16(string columnName, ushort newValue);
member this.SetUInt16 : string * uint16 -> unit
Public Sub SetUInt16 (columnName As String, newValue As UShort)
Paramètres
- columnName
- String
- newValue
- UInt16
- Attributs