TypedDataRow.SetInt32 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
SetInt32(String, Int32)
public:
void SetInt32(System::String ^ columnName, int newValue);
public void SetInt32 (string columnName, int newValue);
member this.SetInt32 : string * int -> unit
Public Sub SetInt32 (columnName As String, newValue As Integer)
參數
SetInt32(String, Object)
public:
void SetInt32(System::String ^ columnName, System::Object ^ newValue);
public void SetInt32 (string columnName, object newValue);
member this.SetInt32 : string * obj -> unit
Public Sub SetInt32 (columnName As String, newValue As Object)
參數