SqlDateTime.GreaterThan(SqlDateTime, SqlDateTime) 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.
Compare deux instances de SqlDateTime pour déterminer si la première est supérieure à la seconde.
public:
static System::Data::SqlTypes::SqlBoolean GreaterThan(System::Data::SqlTypes::SqlDateTime x, System::Data::SqlTypes::SqlDateTime y);
public static System.Data.SqlTypes.SqlBoolean GreaterThan (System.Data.SqlTypes.SqlDateTime x, System.Data.SqlTypes.SqlDateTime y);
static member GreaterThan : System.Data.SqlTypes.SqlDateTime * System.Data.SqlTypes.SqlDateTime -> System.Data.SqlTypes.SqlBoolean
Public Shared Function GreaterThan (x As SqlDateTime, y As SqlDateTime) As SqlBoolean
Paramètres
Structure SqlDateTime.
Structure SqlDateTime.
Retours
SqlBoolean qui a la valeur True si la première instance est supérieure à la seconde. Sinon, False. Si l'une ou l'autre instance de SqlDateTime est null, Value de SqlBoolean est Null.