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