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 屬性等於提供的參數。

適用於

另請參閱