SqlByte.Implicit(Byte to SqlByte) Operator

定義

指定したバイト値を 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構造体。

適用対象

こちらもご覧ください