SqlString.LessThanOrEqual(SqlString, SqlString) 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 des deux SqlString opérandes pour déterminer si le premier est inférieur ou égal à la seconde.
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
Paramètres
Retours
C’est-à-dire SqlBooleanTrue si la première instance est inférieure ou égale à la deuxième instance. Sinon, False. Si l’une ou l’autre instance est SqlString null, la ValueSqlBoolean valeur est Null.