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。

適用於

另請參閱