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