从 QABinaryMessage 实例主体的未读部分开始读取指定数量的字节。
Visual Basic Public Function ReadBinary( _ ByVal bytes As Byte(), _ ) As Integer
C# public int ReadBinary( byte[] bytes );
bytes 包含所读字节的字节数组。
从消息主体读取的字节数。
QAException 类- 如果读取值时发生转换错误或没有其它输入,则抛出。
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |