次の方法で共有


SqlInt32.Add メソッド

指定した 2 つの SqlInt32 構造体を加算した値を計算します。

Public Shared Function Add( _
   ByVal x As SqlInt32, _   ByVal y As SqlInt32 _) As SqlInt32
[C#]
public static SqlInt32 Add(SqlInt32x,SqlInt32y);
[C++]
public: static SqlInt32 Add(SqlInt32x,SqlInt32y);
[JScript]
public static function Add(
   x : SqlInt32,y : SqlInt32) : SqlInt32;

パラメータ

  • x
    SqlInt32 構造体。
  • y
    SqlInt32 構造体。

戻り値

指定した SqlInt32 構造体の合計を格納している Value プロパティを持つ SqlInt32 構造体。

必要条件

プラットフォーム: 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

参照

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