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 接口

 

WriteBoolean 方法

将布尔值附加到 QABinaryMessage 实例的消息主体中。

语法
Visual Basic
Public Sub WriteBoolean( _
   ByVal val As Boolean _
)
C#
public void WriteBoolean(
   bool val
);
参数
  • val   要写入消息主体的布尔值。

注释

布尔值由一个单字节值表示。1 代表 true;0 代表 false。

另请参见