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 属性等于提供的参数。

适用于

另请参阅