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