2 つの SqlSingle オペランドの論理比較を実行して、最初のオペランドが 2 番目のオペランドより大きいかどうかを確認します。
Public Shared Function GreaterThan( _
ByVal x As SqlSingle, _ ByVal y As SqlSingle _) As SqlBoolean
[C#]
public static SqlBoolean GreaterThan(SqlSinglex,SqlSingley);
[C++]
public: static SqlBoolean GreaterThan(SqlSinglex,SqlSingley);
[JScript]
public static function GreaterThan(
x : SqlSingle,y : SqlSingle) : SqlBoolean;
パラメータ
戻り値
最初のインスタンスが 2 番目のインスタンスより大きい場合は True の SqlBoolean 。それ以外の場合は False 。 SqlSingle のいずれかのインスタンスが 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