Класс AffinityInfoBase
Represents a base class of AffinityInfo.
Иерархия наследования
System.Object
Microsoft.SqlServer.Management.Smo.AffinityInfoBase
Microsoft.SqlServer.Management.Smo.AffinityInfo
Microsoft.SqlServer.Management.Smo.ResourcePoolAffinityInfo
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public MustInherit Class AffinityInfoBase _
Implements IAlterable, IScriptable
'Применение
Dim instance As AffinityInfoBase
public abstract class AffinityInfoBase : IAlterable,
IScriptable
public ref class AffinityInfoBase abstract : IAlterable,
IScriptable
[<AbstractClassAttribute>]
type AffinityInfoBase =
class
interface IAlterable
interface IScriptable
end
public abstract class AffinityInfoBase implements IAlterable, IScriptable
Тип AffinityInfoBase обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
AffinityInfoBase | Initializes a new instance of the AffinityInfoBase class. |
В начало
Свойства
Имя | Описание | |
---|---|---|
AffinityType | Gets or sets the affinity type of the AffinityInfoBase. | |
NumaNodes | Gets a collection that contains the NUMA node settings. |
В начало
Методы
Имя | Описание | |
---|---|---|
Alter | Updates the AffinityInfo object property changes on the instance of SQL Server. | |
Equals | (Производный от Object.) | |
Finalize | (Производный от Object.) | |
GetHashCode | (Производный от Object.) | |
GetType | (Производный от Object.) | |
MemberwiseClone | (Производный от Object.) | |
Refresh | Updates the AffinityInfoBase object. | |
Script() | Generates a Transact-SQL script. | |
Script(ScriptingOptions) | Generates a Transact-SQL script. | |
ToString | (Производный от Object.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.