Dbc.DumpProperties 方法 | |
Dump the conents of a properties collection.
命名空间:
XSharp.RDD
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 STATIC METHOD DumpProperties(
nSpace AS LONG,
Properties AS DatabasePropertyCollection
) AS VOID
public static void DumpProperties(
int nSpace,
DatabasePropertyCollection Properties
)
查看代码参数
- nSpace
- 类型:Int32
- Properties
- 类型:DatabasePropertyCollection
参见