TypedDataRow.SetUInt64 Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
SetUInt64(String, UInt64)
Important
Cette API n’est pas conforme 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)
Paramètres
- columnName
- String
- newValue
- UInt64
- Attributs
S’applique à
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)
Paramètres
- columnName
- String
- newValue
- Object