ILicenseServerCount Property |
Gets the number of servers provided by the license.
Namespace: Dundas.BI.LicensingAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxReadOnly Property ServerCount As Integer
Get
property int ServerCount {
int get ();
}abstract ServerCount : int with get
Property Value
Int32The server count.
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