Specifies the kind of license.
Namespace:
Dundas.BI.Licensing
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax Public Enumeration LicenseKind
public enum class LicenseKind
Members
| Member name | Value | Description |
---|
| Unknown | -99 | The license kind could not be determined. |
| Unlicensed | -1 | The application does not currently have a valid license. |
| Evaluation | 0 | An evaluation license. |
| Retail | 100 | A retail license intended to be used in a production instance. |
| IsvDistributionRetail | 150 | A license issued to an ISV to be used in a customer-facing production instance. |
| IsvDistributionNonRetail | 160 | A license issued to an ISV to be used in a customer-facing non-production (e.g. customer-facing UAT) instance. |
| Development | 200 |
A license intended to be used in a development/test/staging instance.
|
| IsvNonDistribution | 250 | A license issued to an ISV to be used for in-house (i.e. non-customer-facing) development and/or testing. |
| OemRetail | 300 | A license issued to an OEM vendor for use by one of their customers. |
| OemDeveloper | 400 | A license issued to an OEM vendor to perform in-house development. |
| Demonstration | 420 | A license to be used on an instance for sales/demonstration purposes. |
| Training | 500 | A license intended only for DBI training purposes. |
See Also