点击或拖拽改变大小

ACE.AdsCreateTable90 方法

X#

命名空间:  XSharp.ADS
程序集:  XSharp.Rdd (在 XSharp.Rdd.dll 中) 版本:2.22 GA
语法
 STATIC METHOD AdsCreateTable90(
	hConnect AS IntPtr,
	strName AS STRING,
	strDBObjName AS STRING,
	usTableType AS WORD,
	usCharType AS WORD,
	usLockType AS WORD,
	usCheckRights AS WORD,
	usMemoSize AS WORD,
	strFields AS STRING,
	ulOptions AS DWORD,
	strCollation AS STRING,
	phTable OUT IntPtr
) AS DWORD
查看代码

参数

hConnect
类型:IntPtr
strName
类型:String
strDBObjName
类型:String
usTableType
类型:UInt16
usCharType
类型:UInt16
usLockType
类型:UInt16
usCheckRights
类型:UInt16
usMemoSize
类型:UInt16
strFields
类型:String
ulOptions
类型:UInt32
strCollation
类型:String
phTable
类型:IntPtr

返回值

类型:UInt32
参见