AlterServerConfigurationStatement.ProcessAffinityRanges Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Process affinity ranges in case of NUMA node or non-auto CPU affinity. Empty in case of auto CPU affinity.
public System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.ProcessAffinityRange> ProcessAffinityRanges { get; }
member this.ProcessAffinityRanges : System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.ProcessAffinityRange>
Public ReadOnly Property ProcessAffinityRanges As IList(Of ProcessAffinityRange)