SqlInt32.GreaterThanOrEqual(SqlInt32, SqlInt32) Metoda

Definice

Porovná oba SqlInt32 parametry a určí, jestli je první parametr větší nebo roven druhému.

public:
 static System::Data::SqlTypes::SqlBoolean GreaterThanOrEqual(System::Data::SqlTypes::SqlInt32 x, System::Data::SqlTypes::SqlInt32 y);
public static System.Data.SqlTypes.SqlBoolean GreaterThanOrEqual (System.Data.SqlTypes.SqlInt32 x, System.Data.SqlTypes.SqlInt32 y);
static member GreaterThanOrEqual : System.Data.SqlTypes.SqlInt32 * System.Data.SqlTypes.SqlInt32 -> System.Data.SqlTypes.SqlBoolean
Public Shared Function GreaterThanOrEqual (x As SqlInt32, y As SqlInt32) As SqlBoolean

Parametry

x
SqlInt32

Struktura SqlInt32 .

y
SqlInt32

Struktura SqlInt32 .

Návraty

A SqlBoolean to v True případě, že je první instance větší nebo rovna druhé instanci. V opačném případě hodnota False. Pokud je některý z instancí SqlInt32 null, Value bude Nullhodnota SqlBoolean .

Platí pro

Viz také