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 等於所提供參數的結構。

適用於

另請參閱