TypedDataRow.SetUInt32 Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
SetUInt32(String, Object) | |
SetUInt32(String, UInt32) |
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)
Parametry
- columnName
- String
- newValue
- Object
Platí pro
SetUInt32(String, UInt32)
Důležité
Toto rozhraní API neodpovídá specifikaci 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)
Parametry
- columnName
- String
- newValue
- UInt32
- Atributy