SqlInt16.BitwiseAnd(SqlInt16, SqlInt16) Yöntem

Tanım

SqlInt16 işlenenlerinin bit düzeyinde VE değerlerini hesaplar.

public:
 static System::Data::SqlTypes::SqlInt16 BitwiseAnd(System::Data::SqlTypes::SqlInt16 x, System::Data::SqlTypes::SqlInt16 y);
public static System.Data.SqlTypes.SqlInt16 BitwiseAnd(System.Data.SqlTypes.SqlInt16 x, System.Data.SqlTypes.SqlInt16 y);
static member BitwiseAnd : System.Data.SqlTypes.SqlInt16 * System.Data.SqlTypes.SqlInt16 -> System.Data.SqlTypes.SqlInt16
Public Shared Function BitwiseAnd (x As SqlInt16, y As SqlInt16) As SqlInt16

Parametreler

x
SqlInt16

SqlInt16 bir yapı.

y
SqlInt16

SqlInt16 bir yapı.

Döndürülenler

SqlInt16 Özelliği bit düzeyinde AND sonuçlarını içeren bir yapıValue.

Şunlara uygulanır

Ayrıca bkz.