SqlBoolean.ByteValue 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
會取得 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。