Класс 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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.