LicenseHardwareAllowanceElementPerServerCpuCoreCount Property |
Gets the number of CPU cores allowed for each server in the instance.
Namespace:
Dundas.BI.Licensing
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic int? PerServerCpuCoreCount { get; }Public ReadOnly Property PerServerCpuCoreCount As Integer?
Get
public:
virtual property Nullable<int> PerServerCpuCoreCount {
Nullable<int> get () sealed;
}abstract PerServerCpuCoreCount : Nullable<int> with get
override PerServerCpuCoreCount : Nullable<int> with get
Property Value
Type:
NullableInt32The number of CPU cores, or
if there is no specified value.
See Also