SqlByte.Explicit Operator

定義

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

オーバーロード

名前 説明
Explicit(SqlString to SqlByte)

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

Explicit(SqlSingle to SqlByte)

指定した SqlSingle 構造体を SqlByteに変換します。

Explicit(SqlMoney to SqlByte)

SqlMoney パラメーターをSqlByteに変換します。

Explicit(SqlInt64 to SqlByte)

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

Explicit(SqlInt32 to SqlByte)

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

Explicit(SqlDouble to SqlByte)

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

Explicit(SqlDecimal to SqlByte)

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

Explicit(SqlByte to Byte)

指定された SqlByte 構造体をバイトに変換します。

Explicit(SqlBoolean to SqlByte)

SqlBoolean パラメーターをSqlByteに変換します。

Explicit(SqlInt16 to SqlByte)

SqlInt16 パラメーターをSqlByteに変換します。

Explicit(SqlString to SqlByte)

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

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

パラメーター

x
SqlString

SqlString クラスのインスタンス。

返品

Value プロパティがSqlStringで表される数値と等しいSqlByte構造体。

注釈

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

こちらもご覧ください

適用対象

Explicit(SqlSingle to SqlByte)

指定した SqlSingle 構造体を SqlByteに変換します。

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

パラメーター

x
SqlSingle

SqlSingle 構造。

返品

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

注釈

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

こちらもご覧ください

適用対象

Explicit(SqlMoney to SqlByte)

SqlMoney パラメーターをSqlByteに変換します。

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

パラメーター

x
SqlMoney

SqlMoney 構造。

返品

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

注釈

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

こちらもご覧ください

適用対象

Explicit(SqlInt64 to SqlByte)

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

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

パラメーター

x
SqlInt64

SqlInt64 構造。

返品

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

注釈

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

こちらもご覧ください

適用対象

Explicit(SqlInt32 to SqlByte)

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

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

パラメーター

x
SqlInt32

SqlInt32 構造。

返品

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

注釈

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

こちらもご覧ください

適用対象

Explicit(SqlDouble to SqlByte)

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

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

パラメーター

x
SqlDouble

SqlDouble 構造。

返品

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

注釈

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

こちらもご覧ください

適用対象

Explicit(SqlDecimal to SqlByte)

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

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

パラメーター

x
SqlDecimal

SqlDecimal 構造。

返品

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

注釈

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

こちらもご覧ください

適用対象

Explicit(SqlByte to Byte)

指定された SqlByte 構造体をバイトに変換します。

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

パラメーター

x
SqlByte

バイトに変換する SqlByte 構造体。

返品

SqlByte パラメーターのValue プロパティと等しい値を持つバイト。

こちらもご覧ください

適用対象

Explicit(SqlBoolean to SqlByte)

SqlBoolean パラメーターをSqlByteに変換します。

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

パラメーター

x
SqlBoolean

SqlByteに変換するSqlBoolean パラメーター。

返品

指定したSqlBoolean パラメーターのByteValueと等しいValue プロパティを持つSqlByte

注釈

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

こちらもご覧ください

適用対象

Explicit(SqlInt16 to SqlByte)

SqlInt16 パラメーターをSqlByteに変換します。

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

パラメーター

x
SqlInt16

SqlInt16 構造。

返品

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

注釈

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

こちらもご覧ください

適用対象