See Also

Blob Class  | Blob Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Languages RedGate.SQLDataCompare.Engine Send comments on this topic.

ByteArray Property

RedGate.SQLDataCompare.Engine Namespace > Blob Class : ByteArray Property

The underlying byte array.

[Visual Basic]
Public ReadOnly Property ByteArray As Byte()
[C#]
public byte[] ByteArray {get;}
[C++]
public: __property byte[] get_ByteArray();
[C++/CLI]
public: property array<byte> ByteArray {    array<byte> get(); }

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Blob Class  | Blob Members

 

 


© 2003 - 2006 Red Gate Software Ltd. All Rights Reserved.