TypedDataRow.SetUInt16 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í
SetUInt16(String, Object) | |
SetUInt16(String, UInt16) |
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)
Parametry
- columnName
- String
- newValue
- Object
Platí pro
SetUInt16(String, UInt16)
Důležité
Toto rozhraní API neodpovídá specifikaci 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)
Parametry
- columnName
- String
- newValue
- UInt16
- Atributy