Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (中文) » QAnywhere » QAnywhere 参考 » QAnywhere .NET API 参考 » 用于客户端的 QAnywhere .NET (.NET 2.0) » QABinaryMessage 接口

 

WriteBinary 方法

将字节数组值附加到 QABinaryMessage 实例的消息主体中。

语法
Visual Basic
Public Sub WriteBinary( _
   ByVal val As Byte() _
)
C#
public void WriteBinary(
   byte[] val
);
参数
  • val   写入消息主体的字节数组值。

另请参见