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。