次の方法で共有


TypedDataRow.SetUInt16 メソッド

定義

オーバーロード

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)

パラメーター

columnName
String
newValue
Object

適用対象

SetUInt16(String, UInt16)

重要

この API は 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)

パラメーター

columnName
String
newValue
UInt16
属性

適用対象