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。

適用於

另請參閱