SqlByte.Implicit(Byte to SqlByte) 演算子

定義

指定したバイト値を SqlByte に変換します。

public:
 static operator System::Data::SqlTypes::SqlByte(System::Byte x);
public static implicit operator System.Data.SqlTypes.SqlByte (byte x);
static member op_Implicit : byte -> System.Data.SqlTypes.SqlByte
Public Shared Widening Operator CType (x As Byte) As SqlByte

パラメーター

x
Byte

SqlByte に変換されるバイト値。

戻り値

指定したパラメーターと等しい SqlByte プロパティを持つ Value 構造体。

適用対象

こちらもご覧ください