CoreDb.SetSelect 方法 | |
Select a new work area.
命名空间:
XSharp
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 STATIC METHOD SetSelect(
siNew AS LONG
) AS DWORD
public static uint SetSelect(
int siNew
)
查看代码参数
- siNew
- 类型:Int32
The number of the new work area. 0 indicates the first available free Workarea. -1 indicates the last available free Workarea.
返回值
类型:
UInt32The newly selected work area.
备注 This function is like DBSetSelect() but strongly typed.
这个函数,不会调用错误处理程序,因此如果失败,不会产生运行时错误消息或创建错误对象。
因此,检查返回值以确定函数是否成功是很重要的。
LastRddError 属性将包含关于发生的任何错误的必要信息。
提示: |
---|
VoDbSetSelect() and CoreDb.SetSelect() are aliases |
参见