NumaNodeCollection.SetAffinityToRange 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
| 名稱 | Description |
|---|---|
| SetAffinityToRange(Int32, Int32, NumaNodeAffinity) |
會將親和度設定為提供的 NumaNode 範圍。此方法若 NumaNode 不存在於 Range 中,會拋出例外 |
| SetAffinityToRange(Int32, Int32, NumaNodeAffinity, Boolean) |
會設定 Affinity 為提供的 NumaNode 範圍 |
SetAffinityToRange(Int32, Int32, NumaNodeAffinity)
會將親和度設定為提供的 NumaNode 範圍。此方法若 NumaNode 不存在於 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)
參數
- startNumaNodeId
- Int32
- endNumaNodeId
- Int32
- affinityMask
- NumaNodeAffinity
親和力的價值
適用於
SetAffinityToRange(Int32, Int32, NumaNodeAffinity, Boolean)
會設定 Affinity 為提供的 NumaNode 範圍
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)
參數
- startNumaNodeId
- Int32
- endNumaNodeId
- Int32
- affinityMask
- NumaNodeAffinity
親和力的價值
- ignoreMissingIds
- Boolean
忽略 NumaNodes 中缺少的 ID。