TypedDataRow.SetUInt32 メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
SetUInt32(String, Object) | |
SetUInt32(String, UInt32) |
SetUInt32(String, 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
- 属性