IBX.IBServices.TLicensingAction
Delphi
TLicensingAction = (LicenseAdd, LicenseRemove);
C++
enum DECLSPEC_DENUM TLicensingAction : unsigned char { LicenseAdd, LicenseRemove };
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| enum | public | IBX.IBServices.pas IBX.IBServices.hpp |
IBX.IBServices | IBX.IBServices |
説明
TLicensingAction は、InterBase ソフトウェアのアクティベーション証明書を、追加または削除するのかを示します。
TLicensingAction 値は次の通りです:
| 値 | 意味 |
| LicenseAdd | InterBase ソフトウェアのアクティベーション証明書を追加。 |
| LicenseRemove | InterBase ソフトウェアのアクティベーション証明書を削除。 |