TypedDataRow.SetUInt32 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
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)
Parametri
- columnName
- String
- newValue
- Object
Si applica a
SetUInt32(String, UInt32)
Importante
Questa API non è conforme a 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)
Parametri
- columnName
- String
- newValue
- UInt32
- Attributi