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.3.0.1000)
Syntax public int ServerCount { get; }
Public ReadOnly Property ServerCount As Integer
Get
public:
virtual property int ServerCount {
int get () sealed;
}
abstract ServerCount : int with get
override ServerCount : int with get
Property Value
Type:
Int32The server count.
Implements
ILicenseServerCountRemarks
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