TypedDataRow.SetUInt64 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
SetUInt64(String, UInt64) | |
SetUInt64(String, Object) |
SetUInt64(String, UInt64)
重要
此 API 不符合 CLS 規範。
public:
void SetUInt64(System::String ^ columnName, System::UInt64 newValue);
[System.CLSCompliant(false)]
public void SetUInt64 (string columnName, ulong newValue);
member this.SetUInt64 : string * uint64 -> unit
Public Sub SetUInt64 (columnName As String, newValue As ULong)
參數
- columnName
- String
- newValue
- UInt64
- 屬性