TypedDataRow.SetSByte 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
SetSByte(String, Object)
public:
void SetSByte(System::String ^ columnName, System::Object ^ newValue);
public void SetSByte(string columnName, object newValue);
member this.SetSByte : string * obj -> unit
Public Sub SetSByte (columnName As String, newValue As Object)
Paramètres
- columnName
- String
- newValue
- Object
S’applique à
SetSByte(String, SByte)
Important
Cette API n’est pas conforme CLS.
public:
void SetSByte(System::String ^ columnName, System::SByte newValue);
[System.CLSCompliant(false)]
public void SetSByte(string columnName, sbyte newValue);
member this.SetSByte : string * sbyte -> unit
Public Sub SetSByte (columnName As String, newValue As SByte)
Paramètres
- columnName
- String
- newValue
- SByte
- Attributs