TypedDataRow.SetUInt16 Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
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)
Parametri
- columnName
- String
- newValue
- Object
Si applica a
SetUInt16(String, UInt16)
Importante
Questa API non è conforme a 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)
Parametri
- columnName
- String
- newValue
- UInt16
- Attributi