SqlDataRecord.SetTimeSpan(Int32, TimeSpan) 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.
Définit la valeur de la colonne spécifiée sur TimeSpan.
public:
virtual void SetTimeSpan(int ordinal, TimeSpan value);
public virtual void SetTimeSpan (int ordinal, TimeSpan value);
abstract member SetTimeSpan : int * TimeSpan -> unit
override this.SetTimeSpan : int * TimeSpan -> unit
Public Overridable Sub SetTimeSpan (ordinal As Integer, value As TimeSpan)
Paramètres
- ordinal
- Int32
Numéro en base zéro de la colonne.
- value
- TimeSpan
Nouvelle valeur de la colonne.
Exceptions
Le ordinal
passé est un nombre négatif.
La valeur TimeSpan passée est supérieure à une durée de 24 heures.