TypedDataRow.SetUInt16 Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
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)
Parâmetros
- columnName
- String
- newValue
- Object
Aplica-se a
SetUInt16(String, UInt16)
Importante
Esta API não está em conformidade com 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)
Parâmetros
- columnName
- String
- newValue
- UInt16
- Atributos