SqlDecimal.GreaterThan(SqlDecimal, SqlDecimal) 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.
Effectue une comparaison logique de deux SqlDecimal structures pour déterminer si la première est supérieure à la seconde.
public:
static System::Data::SqlTypes::SqlBoolean GreaterThan(System::Data::SqlTypes::SqlDecimal x, System::Data::SqlTypes::SqlDecimal y);
public static System.Data.SqlTypes.SqlBoolean GreaterThan(System.Data.SqlTypes.SqlDecimal x, System.Data.SqlTypes.SqlDecimal y);
static member GreaterThan : System.Data.SqlTypes.SqlDecimal * System.Data.SqlTypes.SqlDecimal -> System.Data.SqlTypes.SqlBoolean
Public Shared Function GreaterThan (x As SqlDecimal, y As SqlDecimal) As SqlBoolean
Paramètres
Structure SqlDecimal.
Structure SqlDecimal.
Retours
C’est-à-dire SqlBooleanTrue si la première instance est inférieure à la deuxième instance. Sinon, False. Si l’une ou l’autre instance est SqlDecimal null, la ValueSqlBoolean valeur est Null.