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]
- x
SqlInt64 構造体。
パラメータ [C#]
- x
SqlInt64 構造体。
戻り値
SqlInt64 の Value と等しい新しい 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