Functions.AX_SetConnectionHandle 方法 | |
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
public static void AX_SetConnectionHandle(
IntPtr ptrHandle
)
查看代码参数
- ptrHandle
- 类型:IntPtr
Connection handle that was returned by AdsConnect60
参见