SqlBytes.Value 屬性

定義

回傳由此 SqlBytes值所持有的管理副本。

public:
 property cli::array <System::Byte> ^ Value { cli::array <System::Byte> ^ get(); };
public byte[] Value { get; }
member this.Value : byte[]
Public ReadOnly Property Value As Byte()

屬性值

Byte[]

這個 SqlBytes 值會變成一個位元組陣列。

備註

回傳一個空值的 SqlBytes空參考。

適用於

另請參閱