Configuration.Affinity64IOMask 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.
Binds SQL Server disk I/O to a specified subset of CPUs.
Use AffinityIOMask to bind the first 32 processors, and
use Affinity64IOMask to bind the remaining processors on
the computer. Only available on 64-bit version of SQL Server.
public Microsoft.SqlServer.Management.Smo.ConfigProperty Affinity64IOMask { get; }
member this.Affinity64IOMask : Microsoft.SqlServer.Management.Smo.ConfigProperty
Public ReadOnly Property Affinity64IOMask As ConfigProperty