SqlBoolean.ByteValue 属性

定义

获取 SqlBoolean 结构的以字节表示的值。

public:
 property System::Byte ByteValue { System::Byte get(); };
public byte ByteValue { get; }
member this.ByteValue : byte
Public ReadOnly Property ByteValue As Byte

属性值

表示 SqlBoolean 结构的值的字节。

注解

字节值为 0 或 1。

适用于

另请参阅