Configuration.Affinity64IOMask Property

Definition

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

Property Value

Applies to