NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SQLBinary.Value

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[];

Property Value

The value of the binary object.

Exceptions

Exception Type Condition
SQLNullValueException The property is set to null.

See Also

SQLBinary Class | SQLBinary Members | System.Data.SQLTypes Namespace