LicenseHardwareAllowanceElementPerInstanceCpuCoreCount Property |
Gets the number of combined CPU cores allowed to be used for all servers 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? PerInstanceCpuCoreCount { get; }Public ReadOnly Property PerInstanceCpuCoreCount As Integer?
Get
public:
virtual property Nullable<int> PerInstanceCpuCoreCount {
Nullable<int> get () sealed;
}abstract PerInstanceCpuCoreCount : Nullable<int> with get
override PerInstanceCpuCoreCount : Nullable<int> with get
Property Value
Type:
NullableInt32The number of CPU cores, or
if there is no specified value.
See Also