CALicense
ADE用户指南 > ADE服务器类型参考 >
一个CALicense可以直接获取,例如:
license = new CALicense;
或者:
license = CreateObject("CALicense");
CALicense提供实例化CAEngine的方法,并且提供关于实例化为何失败的详细信息,如果你直接实例化CAEngine将无法获取关于错误原因的信息。同时提供关于你所使用的ADE用户指南许可证的限制条款信息。
即使你的ADE许可证是无效的,或者到期等等,仍然能够或缺一个CALicense实例。这可能导致你的应用程序提示:“failed because。。。”。
建立
C#
CALicense license = new CALicense();
Visual Basic.NET
Dim license As CALicense = new CALicense
C++
VBScript
set license = CreateObject("CALicense")
Analytica 企业版
COMCreateObject("ADE.CALicense")
属性
{get} long AvailableLicenseInstances
{get} bool CanUseOptimizer
{get} short int ErrorCode
{get} string ErrorText
{get} long MaxLicenseInstances
{get} string RlmHostId
{get} string RlmPath
{get} string RlmUserId
方法
CAEngine NewCAEngine()
void SetApplicationLicenseCode(string)
另请参考
另请参考
CARenderingStyle <- | CALicense | -> IAdeUICallbacks |
Comments
Enable comment auto-refresher