ACE.AdsDDSetIndexProperty 方法 (IntPtr, String, String, UInt16, UInt16, UInt16) | |
命名空间:
XSharp.ADS
程序集:
XSharp.Rdd (在 XSharp.Rdd.dll 中) 版本:2.22 GA
语法 STATIC METHOD AdsDDSetIndexProperty(
hAdminConn AS IntPtr,
strTableName AS STRING,
strIndexName AS STRING,
usPropertyID AS WORD,
pusProperty REF WORD,
usPropertyLen AS WORD
) AS DWORD
public static uint AdsDDSetIndexProperty(
IntPtr hAdminConn,
string strTableName,
string strIndexName,
ushort usPropertyID,
ref ushort pusProperty,
ushort usPropertyLen
)
查看代码参数
- hAdminConn
- 类型:IntPtr
- strTableName
- 类型:String
- strIndexName
- 类型:String
- usPropertyID
- 类型:UInt16
- pusProperty
- 类型:UInt16
- usPropertyLen
- 类型:UInt16
返回值
类型:
UInt32参见