TypedDataRow.SetUInt16 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
SetUInt16(String, Object) | |
SetUInt16(String, UInt16) |
SetUInt16(String, 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
- 屬性