SqlBoolean.ByteValue 属性   
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 SqlBoolean 结构的以字节表示的值。
public:
 property System::Byte ByteValue { System::Byte get(); };public byte ByteValue { get; }member this.ByteValue : bytePublic ReadOnly Property ByteValue As Byte属性值
表示 SqlBoolean 结构的值的字节。
注解
字节值为 0 或 1。