SqlBytes.Value 屬性

定義

傳回這個 SqlBytes 所保留值的 Managed 複本。

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 的位元組陣列值。

備註

傳回 Null 值的 SqlBytesNull 參考。

適用於

另請參閱