SqlInt16 の 2 つのインスタンスを比較して、最初のインスタンスが 2 番目のインスタンスより大きいかどうかを確認します。
Public Shared Function GreaterThan( _
ByVal x As SqlInt16, _ ByVal y As SqlInt16 _) As SqlBoolean
[C#]
public static SqlBoolean GreaterThan(SqlInt16x,SqlInt16y);
[C++]
public: static SqlBoolean GreaterThan(SqlInt16x,SqlInt16y);
[JScript]
public static function GreaterThan(
x : SqlInt16,y : SqlInt16) : SqlBoolean;
パラメータ
- x
SqlInt16 構造体。 - y
SqlInt16 構造体。
戻り値
最初のインスタンスが 2 番目のインスタンスより大きい場合は True の SqlBoolean 。それ以外の場合は False 。 SqlInt16 のいずれかのインスタンスが null の場合、 SqlBoolean の Value は Null になります。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET