SqlByte.Explicit Operator
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
パラメーターを SqlByteに変換します。
オーバーロード
Explicit(SqlString to SqlByte)
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
パラメーター
SqlString クラスのインスタンス。
返品
Value プロパティがSqlStringで表される数値と等しいSqlByte構造体。
注釈
この演算子の同等のメソッドは次のようになります。 SqlString.ToSqlByte()
こちらもご覧ください
適用対象
Explicit(SqlSingle to 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
パラメーター
返品
Value プロパティが SqlSingle パラメーターのValueと等しいSqlByte構造体。
注釈
この演算子の同等のメソッドは次のようになります。 SqlSingle.ToSqlByte()
こちらもご覧ください
適用対象
Explicit(SqlMoney to 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)
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
パラメーター
返品
Value プロパティが SqlInt64 パラメーターのValueと等しいSqlByte構造体。
注釈
この演算子の同等のメソッドは次のようになります。 SqlInt64.ToSqlByte()
こちらもご覧ください
適用対象
Explicit(SqlInt32 to SqlByte)
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
パラメーター
返品
Value プロパティが SqlInt32 パラメーターのValueと等しいSqlByte構造体。
注釈
この演算子の同等のメソッドは次のようになります。 SqlInt32.ToSqlByte()
こちらもご覧ください
適用対象
Explicit(SqlDouble to SqlByte)
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
パラメーター
返品
Value プロパティが SqlDouble パラメーターのValueと等しいSqlByte構造体。
注釈
この演算子の同等のメソッドは次のようになります。 SqlDouble.ToSqlByte()
こちらもご覧ください
適用対象
Explicit(SqlDecimal to SqlByte)
指定した SqlDecimal を SqlByteに変換します。
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
パラメーター
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
パラメーター
返品
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
パラメーター
SqlByteに変換するSqlBoolean パラメーター。
返品
指定したSqlBoolean パラメーターのByteValueと等しいValue プロパティを持つSqlByte。
注釈
この演算子の同等のメソッドは次のようになります。 SqlBoolean.ToSqlByte()
こちらもご覧ください
適用対象
Explicit(SqlInt16 to 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
パラメーター
返品
Value プロパティが SqlInt16 パラメーターのValueと等しいSqlByte構造体。
注釈
この演算子の同等のメソッドは次のようになります。 SqlInt16.ToSqlByte()