Udostępnij za pośrednictwem


Metoda NumaNodeCollection.SetAffinityToRange (Int32, Int32, NumaNodeAffinity, Boolean)

Ustawia maskę koligacji dla węzły Numa określonego zakres.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
Public Sub SetAffinityToRange ( _
    startNumaNodeId As Integer, _
    endNumaNodeId As Integer, _
    affinityMask As NumaNodeAffinity, _
    ignoreMissingIds As Boolean _
)
'Użycie
Dim instance As NumaNodeCollection
Dim startNumaNodeId As Integer
Dim endNumaNodeId As Integer
Dim affinityMask As NumaNodeAffinity
Dim ignoreMissingIds As Boolean

instance.SetAffinityToRange(startNumaNodeId, _
    endNumaNodeId, affinityMask, ignoreMissingIds)
public void SetAffinityToRange(
    int startNumaNodeId,
    int endNumaNodeId,
    NumaNodeAffinity affinityMask,
    bool ignoreMissingIds
)
public:
void SetAffinityToRange(
    int startNumaNodeId, 
    int endNumaNodeId, 
    NumaNodeAffinity affinityMask, 
    bool ignoreMissingIds
)
member SetAffinityToRange : 
        startNumaNodeId:int * 
        endNumaNodeId:int * 
        affinityMask:NumaNodeAffinity * 
        ignoreMissingIds:bool -> unit 
public function SetAffinityToRange(
    startNumaNodeId : int, 
    endNumaNodeId : int, 
    affinityMask : NumaNodeAffinity, 
    ignoreMissingIds : boolean
)

Parametry

  • startNumaNodeId
    Typ: System.Int32
    Int32 Od 0 do Count -1, który określa początek zakres Numa węzłów.Jeśli startIndex jest nie do prawidłowego zakres, zwracany jest następujący wyjątek: Specified argument was out of the range of valid values. Parameter name: startIndex.
  • endNumaNodeId
    Typ: System.Int32
    Int32 , Który określa endIndex zakres. endIndexmusi być większa lub równa startIndex i mniej niż [P:Microsoft.SqlServer.Management.Smo.NumaNodeCollection.Count.]
    Jeśli endIndex jest nie do prawidłowego zakres, zwracany jest następujący wyjątek: Specified argument was out of the range of valid values. Parameter name: endIndexd.
    Jeśli endIndex jest mniejsza niż startIndex, zwróciła następujący wyjątek: The specified range of CPUs is not valid. The value for startIndex must be less than the value for endIndex.