SqlInt32.Explicit 演算子

定義

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

オーバーロード

Explicit(SqlString to SqlInt32)

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

Explicit(SqlSingle to SqlInt32)

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

Explicit(SqlMoney to SqlInt32)

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

Explicit(SqlInt64 to SqlInt32)

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

Explicit(SqlInt32 to Int32)

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

Explicit(SqlDouble to SqlInt32)

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

Explicit(SqlDecimal to SqlInt32)

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

Explicit(SqlBoolean to SqlInt32)

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

Explicit(SqlString to SqlInt32)

ソース:
SQLInt32.cs
ソース:
SQLInt32.cs
ソース:
SQLInt32.cs

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

戻り値

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

注釈

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

こちらもご覧ください

適用対象

Explicit(SqlSingle to SqlInt32)

ソース:
SQLInt32.cs
ソース:
SQLInt32.cs
ソース:
SQLInt32.cs

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

戻り値

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

注釈

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

こちらもご覧ください

適用対象

Explicit(SqlMoney to SqlInt32)

ソース:
SQLInt32.cs
ソース:
SQLInt32.cs
ソース:
SQLInt32.cs

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

戻り値

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

注釈

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

こちらもご覧ください

適用対象

Explicit(SqlInt64 to SqlInt32)

ソース:
SQLInt32.cs
ソース:
SQLInt32.cs
ソース:
SQLInt32.cs

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

戻り値

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

注釈

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

こちらもご覧ください

適用対象

Explicit(SqlInt32 to Int32)

ソース:
SQLInt32.cs
ソース:
SQLInt32.cs
ソース:
SQLInt32.cs

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

戻り値

変換された整数値。

こちらもご覧ください

適用対象

Explicit(SqlDouble to SqlInt32)

ソース:
SQLInt32.cs
ソース:
SQLInt32.cs
ソース:
SQLInt32.cs

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

戻り値

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

注釈

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

こちらもご覧ください

適用対象

Explicit(SqlDecimal to SqlInt32)

ソース:
SQLInt32.cs
ソース:
SQLInt32.cs
ソース:
SQLInt32.cs

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

戻り値

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

注釈

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

こちらもご覧ください

適用対象

Explicit(SqlBoolean to SqlInt32)

ソース:
SQLInt32.cs
ソース:
SQLInt32.cs
ソース:
SQLInt32.cs

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

戻り値

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

注釈

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

こちらもご覧ください

適用対象