SqlString.LessThanOrEqual(SqlString, SqlString) 方法

定義

對兩個 SqlString 運算元進行邏輯比較,以判斷第一個運算元大小於第二個。

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

參數

傳回

A SqlBoolean ,即 True 第一個實例小於或等於第二個實例。 否則為 False。 若任一 為 SqlStringValue ,則 的 SqlBoolean 將為 Null

適用於

另請參閱