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 (9.0.0.1000)
Syntaxpublic Nullable<int> PerInstanceCpuCoreCount { get; }Public ReadOnly Property PerInstanceCpuCoreCount As Nullable(Of 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