共用方式為


TypedDataRow.SetUInt32 方法

定義

多載

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)

參數

columnName
String
newValue
Object

適用於

SetUInt32(String, UInt32)

重要

此 API 不符合 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)

參數

columnName
String
newValue
UInt32
屬性

適用於