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