SqlInt64.Explicit 演算子

定義

SqlInt64 との間で変換を実行します。

オーバーロード

Explicit(SqlString to SqlInt64)

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

Explicit(SqlSingle to SqlInt64)

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

Explicit(SqlMoney to SqlInt64)

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

Explicit(SqlInt64 to Int64)

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

Explicit(SqlDouble to SqlInt64)

指定した SqlDouble 構造体を SqlInt64 に変換します。

Explicit(SqlDecimal to SqlInt64)

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

Explicit(SqlBoolean to SqlInt64)

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

Explicit(SqlString to SqlInt64)

ソース:
SQLInt64.cs
ソース:
SQLInt64.cs
ソース:
SQLInt64.cs

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

public:
 static explicit operator System::Data::SqlTypes::SqlInt64(System::Data::SqlTypes::SqlString x);
public static explicit operator System.Data.SqlTypes.SqlInt64 (System.Data.SqlTypes.SqlString x);
static member op_Explicit : System.Data.SqlTypes.SqlString -> System.Data.SqlTypes.SqlInt64
Public Shared Narrowing Operator CType (x As SqlString) As SqlInt64

パラメーター

x
SqlString

変換される SqlString オブジェクトです。

戻り値

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

こちらもご覧ください

適用対象

Explicit(SqlSingle to SqlInt64)

ソース:
SQLInt64.cs
ソース:
SQLInt64.cs
ソース:
SQLInt64.cs

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

public:
 static explicit operator System::Data::SqlTypes::SqlInt64(System::Data::SqlTypes::SqlSingle x);
public static explicit operator System.Data.SqlTypes.SqlInt64 (System.Data.SqlTypes.SqlSingle x);
static member op_Explicit : System.Data.SqlTypes.SqlSingle -> System.Data.SqlTypes.SqlInt64
Public Shared Narrowing Operator CType (x As SqlSingle) As SqlInt64

パラメーター

x
SqlSingle

変換対象の SqlSingle 構造体。

戻り値

SqlInt64 パラメーターの整数部と等しい Value プロパティを持つ新しい SqlSingle 構造体。

こちらもご覧ください

適用対象

Explicit(SqlMoney to SqlInt64)

ソース:
SQLInt64.cs
ソース:
SQLInt64.cs
ソース:
SQLInt64.cs

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

public:
 static explicit operator System::Data::SqlTypes::SqlInt64(System::Data::SqlTypes::SqlMoney x);
public static explicit operator System.Data.SqlTypes.SqlInt64 (System.Data.SqlTypes.SqlMoney x);
static member op_Explicit : System.Data.SqlTypes.SqlMoney -> System.Data.SqlTypes.SqlInt64
Public Shared Narrowing Operator CType (x As SqlMoney) As SqlInt64

パラメーター

x
SqlMoney

変換対象の SqlMoney 構造体。

戻り値

SqlInt64 パラメーターの整数部と等しい Value プロパティを持つ新しい SqlMoney 構造体。

こちらもご覧ください

適用対象

Explicit(SqlInt64 to Int64)

ソース:
SQLInt64.cs
ソース:
SQLInt64.cs
ソース:
SQLInt64.cs

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

public:
 static explicit operator long(System::Data::SqlTypes::SqlInt64 x);
public static explicit operator long (System.Data.SqlTypes.SqlInt64 x);
static member op_Explicit : System.Data.SqlTypes.SqlInt64 -> int64
Public Shared Narrowing Operator CType (x As SqlInt64) As Long

パラメーター

x
SqlInt64

SqlInt64 構造。

戻り値

ValueSqlInt64 と等しい新しい long 値。

こちらもご覧ください

適用対象

Explicit(SqlDouble to SqlInt64)

ソース:
SQLInt64.cs
ソース:
SQLInt64.cs
ソース:
SQLInt64.cs

指定した SqlDouble 構造体を SqlInt64 に変換します。

public:
 static explicit operator System::Data::SqlTypes::SqlInt64(System::Data::SqlTypes::SqlDouble x);
public static explicit operator System.Data.SqlTypes.SqlInt64 (System.Data.SqlTypes.SqlDouble x);
static member op_Explicit : System.Data.SqlTypes.SqlDouble -> System.Data.SqlTypes.SqlInt64
Public Shared Narrowing Operator CType (x As SqlDouble) As SqlInt64

パラメーター

x
SqlDouble

変換対象の SqlDouble 構造体。

戻り値

SqlInt64 パラメーターの整数部と等しい Value プロパティを持つ新しい SqlDouble 構造体。

こちらもご覧ください

適用対象

Explicit(SqlDecimal to SqlInt64)

ソース:
SQLInt64.cs
ソース:
SQLInt64.cs
ソース:
SQLInt64.cs

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

public:
 static explicit operator System::Data::SqlTypes::SqlInt64(System::Data::SqlTypes::SqlDecimal x);
public static explicit operator System.Data.SqlTypes.SqlInt64 (System.Data.SqlTypes.SqlDecimal x);
static member op_Explicit : System.Data.SqlTypes.SqlDecimal -> System.Data.SqlTypes.SqlInt64
Public Shared Narrowing Operator CType (x As SqlDecimal) As SqlInt64

パラメーター

x
SqlDecimal

変換対象の SqlDecimal 構造体。

戻り値

SqlInt64 パラメーターの整数部と等しい Value を持つ新しい SqlDecimal 構造体。

こちらもご覧ください

適用対象

Explicit(SqlBoolean to SqlInt64)

ソース:
SQLInt64.cs
ソース:
SQLInt64.cs
ソース:
SQLInt64.cs

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

public:
 static explicit operator System::Data::SqlTypes::SqlInt64(System::Data::SqlTypes::SqlBoolean x);
public static explicit operator System.Data.SqlTypes.SqlInt64 (System.Data.SqlTypes.SqlBoolean x);
static member op_Explicit : System.Data.SqlTypes.SqlBoolean -> System.Data.SqlTypes.SqlInt64
Public Shared Narrowing Operator CType (x As SqlBoolean) As SqlInt64

パラメーター

x
SqlBoolean

変換対象の SqlBoolean 構造体。

戻り値

SqlInt64 パラメーターの Value と等しい ByteValue プロパティを持つ新しい SqlBoolean 構造体。

こちらもご覧ください

適用対象