Functions.AX_IsServerLoaded 方法 | |
Return .T. if Advantage is loaded on the specified location.
命名空间:
XSharp.RDD
程序集:
XSharp.Rdd (在 XSharp.Rdd.dll 中) 版本:2.22 GA
语法 FUNCTION AX_IsServerLoaded(
cFileName AS STRING
) AS LOGIC
public static bool AX_IsServerLoaded(
string cFileName
)
查看代码参数
- cFileName
- 类型:String
String containing drive letter or server name to check.
If the application uses a server name as the parameter, it must include the share or
volume name as well. For example, use "\\server\share" or "\\server\vol:"..
返回值
类型:
Boolean备注 cFileName must start with a drive letter ("X:\") or a UNC path ("\\server\volume\path\")
参见