点击或拖拽改变大小

Functions.AX_SetConnectionHandle 方法

X#
Sets the connection handle for all successive table opens.

命名空间:  XSharp.RDD
程序集:  XSharp.Rdd (在 XSharp.Rdd.dll 中) 版本:2.22 GA
语法
 FUNCTION AX_SetConnectionHandle(
	ptrHandle AS IntPtr
) AS VOID
查看代码

参数

ptrHandle
类型:IntPtr
Connection handle that was returned by AdsConnect60
参见