次の方法で共有


SqlInt64 から Int64 への変換

SqlInt64 パラメータを long 型に変換します。

returnValue = SqlInt64.op_Explicit(x)
[C#]
public static explicit operator long(SqlInt64x);
[C++]
public: static __int64 op_Explicit();
[JScript]
returnValue = Int64(x);

[Visual Basic] Visual Basic では、この型で定義されている型変換を使用することができます。ただし、独自に定義することはできません。

[JScript] JScript では、この型で定義されている型変換を使用することができます。ただし、独自に定義することはできません。

引数 [Visual Basic, JScript]

パラメータ [C#]

戻り値

SqlInt64Value と等しい新しい long 値。

必要条件

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

参照

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