Gets or sets the value of the SQL binary object retrieved.
[Visual Basic] Public ReadOnly Property Value As Byte () [C#] public byte[] Value {get;} [C++] public: __property unsigned char* get_Value(); [JScript] public function get Value() : Byte[];
The value of the binary object.
Exception Type | Condition |
---|---|
SQLNullValueException | The property is set to null. |
SQLBinary Class | SQLBinary Members | System.Data.SQLTypes Namespace