次の方法で共有


SqlInt16.Add メソッド

2 つの SqlInt16 オペランドの合計を計算します。

Public Shared Function Add( _
   ByVal x As SqlInt16, _   ByVal y As SqlInt16 _) As SqlInt16
[C#]
public static SqlInt16 Add(SqlInt16x,SqlInt16y);
[C++]
public: static SqlInt16 Add(SqlInt16x,SqlInt16y);
[JScript]
public static function Add(
   x : SqlInt16,y : SqlInt16) : SqlInt16;

パラメータ

  • x
    SqlInt16 構造体。
  • y
    SqlInt16 構造体。

戻り値

2 つの SqlInt16 オペランドの合計を格納している Value プロパティを持つ SqlInt16 構造体。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET

参照

SqlInt16 構造体 | SqlInt16 メンバ | System.Data.SqlTypes 名前空間