SqlInt32.Explicit Operator

定義

SqlInt32との間で変換します。

オーバーロード

名前 説明
Explicit(SqlString to SqlInt32)

指定した SqlString オブジェクトを SqlInt32に変換します。

Explicit(SqlSingle to SqlInt32)

指定した SqlSingleSqlInt32に変換します。

Explicit(SqlMoney to SqlInt32)

指定した SqlMoney 構造体を SqlInt32に変換します。

Explicit(SqlInt64 to SqlInt32)

指定した SqlInt64SqlInt32に変換します。

Explicit(SqlDouble to SqlInt32)

指定した SqlDoubleSqlInt32に変換します。

Explicit(SqlDecimal to SqlInt32)

指定した SqlDecimal 構造体を SqlInt32に変換します。

Explicit(SqlBoolean to SqlInt32)

指定した SqlBooleanSqlInt32に変換します。

Explicit(SqlInt32 to Int32)

指定した SqlInt32 構造体を整数に変換します。

Explicit(SqlString to SqlInt32)

指定した SqlString オブジェクトを SqlInt32に変換します。

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

パラメーター

x
SqlString

SqlString オブジェクト。

返品

Value プロパティが SqlString パラメーターで表される値と等しい新しいSqlInt32構造体。

注釈

この演算子の同等のメソッドは次のようになります。 SqlString.ToSqlInt32()

こちらもご覧ください

適用対象

Explicit(SqlSingle to SqlInt32)

指定した SqlSingleSqlInt32に変換します。

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

パラメーター

x
SqlSingle

SqlSingle 構造。

返品

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

注釈

この演算子の同等のメソッドは次のようになります。 SqlSingle.ToSqlInt32()

こちらもご覧ください

適用対象

Explicit(SqlMoney to SqlInt32)

指定した SqlMoney 構造体を SqlInt32に変換します。

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

パラメーター

x
SqlMoney

SqlMoney 構造。

返品

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

注釈

この演算子の同等のメソッドは次のようになります。 SqlMoney.ToSqlInt32()

こちらもご覧ください

適用対象

Explicit(SqlInt64 to SqlInt32)

指定した SqlInt64SqlInt32に変換します。

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

パラメーター

x
SqlInt64

SqlInt64 構造。

返品

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

注釈

この演算子の同等のメソッドは次のようになります。 SqlInt64.ToSqlInt32()

こちらもご覧ください

適用対象

Explicit(SqlDouble to SqlInt32)

指定した SqlDoubleSqlInt32に変換します。

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

パラメーター

x
SqlDouble

SqlDouble 構造。

返品

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

注釈

この演算子の同等のメソッドは次のようになります。 SqlDouble.ToSqlInt32()

こちらもご覧ください

適用対象

Explicit(SqlDecimal to SqlInt32)

指定した SqlDecimal 構造体を SqlInt32に変換します。

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

パラメーター

x
SqlDecimal

SqlDecimal 構造。

返品

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

注釈

この演算子の同等のメソッドは次のようになります。 SqlDecimal.ToSqlInt32()

こちらもご覧ください

適用対象

Explicit(SqlBoolean to SqlInt32)

指定した SqlBooleanSqlInt32に変換します。

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

パラメーター

x
SqlBoolean

SqlBoolean 構造。

返品

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

注釈

この演算子の同等のメソッドは次のようになります。 SqlBoolean.ToSqlInt32()

こちらもご覧ください

適用対象

Explicit(SqlInt32 to Int32)

指定した SqlInt32 構造体を整数に変換します。

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

パラメーター

x
SqlInt32

SqlInt32 構造。

返品

変換された整数値。

こちらもご覧ください

適用対象