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 le bit AND de ses SqlInt32 opérandes.
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 les résultats de l’opération AND au niveau du bit.
Remarques
La méthode équivalente pour cet opérateur est SqlInt32.BitwiseAnd(SqlInt32, SqlInt32)