Classe ResourcePoolAffinityInfo
Represents information about the resource pool affinity.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Management.Smo.AffinityInfoBase
Microsoft.SqlServer.Management.Smo.ResourcePoolAffinityInfo
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
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
O tipo ResourcePoolAffinityInfo expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
AffinityType | Gets or sets the affinity type of the AffinityInfoBase. (Herdado de AffinityInfoBase.) | |
NumaNodes | Gets a collection that contains the NUMA node settings. (Herdado de AffinityInfoBase.) | |
Parent | Gets the parent object. | |
Schedulers | Gets the CPU collection instance. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Alter | Updates the AffinityInfo object property changes on the instance of SQL Server. (Herdado de AffinityInfoBase.) | |
Equals | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
Refresh | Refreshes the ResourcePoolAffinityInfo. (Substitui AffinityInfoBase.Refresh().) | |
Script() | Generates a Transact-SQL script. (Herdado de AffinityInfoBase.) | |
Script(ScriptingOptions) | Generates a Transact-SQL script. (Herdado de AffinityInfoBase.) | |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.