次の方法で共有


TypedDataRow.SetUInt64 メソッド

定義

オーバーロード

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
属性

適用対象

SetUInt64(String, Object)

public:
 void SetUInt64(System::String ^ columnName, System::Object ^ newValue);
public void SetUInt64 (string columnName, object newValue);
member this.SetUInt64 : string * obj -> unit
Public Sub SetUInt64 (columnName As String, newValue As Object)

パラメーター

columnName
String
newValue
Object

適用対象