AffinityInfoBase Class

Definition

AffinityInfoBase

public abstract class AffinityInfoBase : Microsoft.SqlServer.Management.Common.IAlterable, Microsoft.SqlServer.Management.Smo.IScriptable
type AffinityInfoBase = class
    interface IAlterable
    interface IScriptable
Public MustInherit Class AffinityInfoBase
Implements IAlterable, IScriptable
Inheritance
AffinityInfoBase
Derived
Implements

Constructors

AffinityInfoBase()

Properties

AffinityType

Sets or gets AffinityType

ExecutionManager
NumaNodes

Methods

Alter()

Will Generate Alter Statment for Server to Set CPU and Numa Configuration

Refresh()

Refresh the AffinityInfoBase class along with CPU collection and Numa Collection

Script()

Will give script for Cpu And Numa Configuration

Script(ScriptingOptions)

Will give script for Cpu And Numa Configuration

Applies to