Поделиться через


Класс ResourcePoolAffinityInfo

Represents information about the resource pool affinity.

Иерархия наследования

System.Object
  Microsoft.SqlServer.Management.Smo.AffinityInfoBase
    Microsoft.SqlServer.Management.Smo.ResourcePoolAffinityInfo

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public NotInheritable Class ResourcePoolAffinityInfo _
    Inherits AffinityInfoBase
'Применение
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

Тип ResourcePoolAffinityInfo обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство AffinityType Gets or sets the affinity type of the AffinityInfoBase. (Производный от AffinityInfoBase.)
Открытое свойство NumaNodes Gets a collection that contains the NUMA node settings. (Производный от AffinityInfoBase.)
Открытое свойство Parent Gets the parent object.
Открытое свойство Schedulers Gets the CPU collection instance.

В начало

Методы

  Имя Описание
Открытый метод Alter Updates the AffinityInfo object property changes on the instance of SQL Server. (Производный от AffinityInfoBase.)
Открытый метод Equals (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Открытый метод Refresh Refreshes the ResourcePoolAffinityInfo. (Переопределяет AffinityInfoBase.Refresh().)
Открытый метод Script() Generates a Transact-SQL script. (Производный от AffinityInfoBase.)
Открытый метод Script(ScriptingOptions) Generates a Transact-SQL script. (Производный от AffinityInfoBase.)
Открытый метод ToString (Производный от Object.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Management.Smo