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 (8.0.2.1001)
Syntaxpublic 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.
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