ACEUNPUB.AdsDDExecuteProcedure 方法 | |
命名空间:
XSharp.ADS
程序集:
XSharp.Rdd (在 XSharp.Rdd.dll 中) 版本:2.22 GA
语法 STATIC METHOD AdsDDExecuteProcedure(
hDictionary AS IntPtr,
pucProcName AS STRING,
pucInput AS STRING,
pucOutput AS STRING,
pulRowsAffected OUT DWORD
) AS DWORD
public static uint AdsDDExecuteProcedure(
IntPtr hDictionary,
string pucProcName,
string pucInput,
string pucOutput,
out uint pulRowsAffected
)
查看代码参数
- hDictionary
- 类型:IntPtr
- pucProcName
- 类型:String
- pucInput
- 类型:String
- pucOutput
- 类型:String
- pulRowsAffected
- 类型:UInt32
返回值
类型:
UInt32参见