NumaNodeCollection.SetAffinityToRange Method

Definition

Overloads

SetAffinityToRange(Int32, Int32, NumaNodeAffinity)

Will set Affinity to a Range of NumaNodes's provided.This method will throw an exception if a NumaNode does not exist in the Range

SetAffinityToRange(Int32, Int32, NumaNodeAffinity, Boolean)

Will set Affinity to a Range of NumaNodes's provided

SetAffinityToRange(Int32, Int32, NumaNodeAffinity)

Will set Affinity to a Range of NumaNodes's provided.This method will throw an exception if a NumaNode does not exist in the Range

public void SetAffinityToRange (int startNumaNodeId, int endNumaNodeId, Microsoft.SqlServer.Management.Smo.NumaNodeAffinity affinityMask);
member this.SetAffinityToRange : int * int * Microsoft.SqlServer.Management.Smo.NumaNodeAffinity -> unit
Public Sub SetAffinityToRange (startNumaNodeId As Integer, endNumaNodeId As Integer, affinityMask As NumaNodeAffinity)

Parameters

startNumaNodeId
Int32
endNumaNodeId
Int32
affinityMask
NumaNodeAffinity

value of affinity

Applies to

SetAffinityToRange(Int32, Int32, NumaNodeAffinity, Boolean)

Will set Affinity to a Range of NumaNodes's provided

public void SetAffinityToRange (int startNumaNodeId, int endNumaNodeId, Microsoft.SqlServer.Management.Smo.NumaNodeAffinity affinityMask, bool ignoreMissingIds);
member this.SetAffinityToRange : int * int * Microsoft.SqlServer.Management.Smo.NumaNodeAffinity * bool -> unit
Public Sub SetAffinityToRange (startNumaNodeId As Integer, endNumaNodeId As Integer, affinityMask As NumaNodeAffinity, ignoreMissingIds As Boolean)

Parameters

startNumaNodeId
Int32
endNumaNodeId
Int32
affinityMask
NumaNodeAffinity

value of affinity

ignoreMissingIds
Boolean

ignore the missing Id's in NumaNodes

Applies to