SqlInt64.Explicit Operator

定義

SqlInt64との間で変換します。

オーバーロード

名前 説明
Explicit(SqlString to SqlInt64)

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

Explicit(SqlSingle to SqlInt64)

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

Explicit(SqlInt64 to Int64)

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

Explicit(SqlMoney to SqlInt64)

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

Explicit(SqlDecimal to SqlInt64)

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

Explicit(SqlBoolean to SqlInt64)

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

Explicit(SqlDouble to SqlInt64)

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

Explicit(SqlString to SqlInt64)

指定された 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 オブジェクト。

返品

ValueSqlString パラメーターで表される値と等しい新しいSqlInt64

こちらもご覧ください

適用対象

Explicit(SqlSingle to SqlInt64)

指定された 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 構造体。

返品

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

こちらもご覧ください

適用対象

Explicit(SqlInt64 to Int64)

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 構造。

返品

SqlInt64Valueと等しい新しい long 値。

こちらもご覧ください

適用対象

Explicit(SqlMoney to SqlInt64)

指定された 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 構造体。

返品

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

こちらもご覧ください

適用対象

Explicit(SqlDecimal to SqlInt64)

指定された 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 構造体。

返品

ValueSqlDecimal パラメーターの整数部分と等しい新しいSqlInt64構造体。

こちらもご覧ください

適用対象

Explicit(SqlBoolean to SqlInt64)

指定された 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 構造体。

返品

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

こちらもご覧ください

適用対象

Explicit(SqlDouble to SqlInt64)

指定した 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 構造体。

返品

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

こちらもご覧ください

適用対象