次の方法で共有


SqlString から SqlInt64 への変換

指定した SqlString パラメータを SqlInt64 に変換します。

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

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

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

引数 [Visual Basic, JScript]

  • x
    変換される SqlString オブジェクト。

パラメータ [C#, C++]

  • x
    変換される SqlString オブジェクト。

戻り値

SqlString パラメータで表される値と等しい Value を持つ新しい SqlInt64

必要条件

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