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。

適用於

另請參閱