SqlInt32.Add(SqlInt32, SqlInt32) Yöntem

Tanım

Belirtilen SqlInt32 iki yapının toplamını hesaplar.

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

Parametreler

x
SqlInt32

Bir SqlInt32 yapı.

y
SqlInt32

Bir SqlInt32 yapı.

Döndürülenler

SqlInt32Value Özelliği belirtilen SqlInt32 yapıların toplamını içeren bir yapı.

Şunlara uygulanır

Ayrıca bkz.