LicenseServerCount Property

Gets the number of servers provided by the license.

Namespace:  Dundas.BI.Licensing
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
public int ServerCount { get; }

Property Value

Type: Int32
The server count.

Implements

ILicenseServerCount
Remarks
The sum of the server count of all valid installed licenses is the number of logical machines which connect to the same application database.
See Also