SqlInt32.BitwiseAnd(SqlInt32, SqlInt32) Opérateur
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.
Calcule l'opération de bits AND de ses opérandes SqlInt32.
public:
static System::Data::SqlTypes::SqlInt32 operator &(System::Data::SqlTypes::SqlInt32 x, System::Data::SqlTypes::SqlInt32 y);
public static System.Data.SqlTypes.SqlInt32 operator & (System.Data.SqlTypes.SqlInt32 x, System.Data.SqlTypes.SqlInt32 y);
static member ( &&& ) : System.Data.SqlTypes.SqlInt32 * System.Data.SqlTypes.SqlInt32 -> System.Data.SqlTypes.SqlInt32
Public Shared Operator And (x As SqlInt32, y As SqlInt32) As SqlInt32
Paramètres
Retours
Structure SqlInt32 qui contient le résultat de l'opération de bits AND.
Remarques
La méthode équivalente pour cet opérateur est SqlInt32.BitwiseAnd(SqlInt32, SqlInt32)