Clase ResourcePoolAffinityInfo
Represents information about the resource pool affinity.
Jerarquía de herencia
System.Object
Microsoft.SqlServer.Management.Smo.AffinityInfoBase
Microsoft.SqlServer.Management.Smo.ResourcePoolAffinityInfo
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public NotInheritable Class ResourcePoolAffinityInfo _
Inherits AffinityInfoBase
'Uso
Dim instance As ResourcePoolAffinityInfo
public sealed class ResourcePoolAffinityInfo : AffinityInfoBase
public ref class ResourcePoolAffinityInfo sealed : public AffinityInfoBase
[<SealedAttribute>]
type ResourcePoolAffinityInfo =
class
inherit AffinityInfoBase
end
public final class ResourcePoolAffinityInfo extends AffinityInfoBase
El tipo ResourcePoolAffinityInfo expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
AffinityType | Gets or sets the affinity type of the AffinityInfoBase. (Se hereda de AffinityInfoBase.) | |
NumaNodes | Gets a collection that contains the NUMA node settings. (Se hereda de AffinityInfoBase.) | |
Parent | Gets the parent object. | |
Schedulers | Gets the CPU collection instance. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Alter | Updates the AffinityInfo object property changes on the instance of SQL Server. (Se hereda de AffinityInfoBase.) | |
Equals | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
Refresh | Refreshes the ResourcePoolAffinityInfo. (Invalida AffinityInfoBase.Refresh().) | |
Script() | Generates a Transact-SQL script. (Se hereda de AffinityInfoBase.) | |
Script(ScriptingOptions) | Generates a Transact-SQL script. (Se hereda de AffinityInfoBase.) | |
ToString | (Se hereda de Object.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.