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

См. также

Справочник

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