Compartir a través de


Affinity64IOMask Propiedad

Obtiene el objeto ConfigProperty que se usa para establecer la opción de configuración Máscara de afinidad de E/S de 64 bits.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public ReadOnly Property Affinity64IOMask As ConfigProperty
    Get
'Uso
Dim instance As Configuration
Dim value As ConfigProperty

value = instance.Affinity64IOMask
public ConfigProperty Affinity64IOMask { get; }
public:
property ConfigProperty^ Affinity64IOMask {
    ConfigProperty^ get ();
}
member Affinity64IOMask : ConfigProperty
function get Affinity64IOMask () : ConfigProperty

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.Smo. . :: . .ConfigProperty
Objeto ConfigProperty que especifica los valores para la opción de configuración Máscara de afinidad de E/S de 64 bits.

Comentarios

The Affinity64IOMask property sets the affinity 64 IO mask configuration option. This property is used to increase input and output performance on 64 bit, symmetric multiprocessor systems that are operating under heavy load. A specific thread can be associated with a specific processor. SQL Server can be allocated specific processors and precluded from specific processors.