Метод SetAffinityToRange (Int32, Int32, NumaNodeAffinity, Boolean)
Sets the affinity mask for the Numa nodes in the specified range.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public Sub SetAffinityToRange ( _
startNumaNodeId As Integer, _
endNumaNodeId As Integer, _
affinityMask As NumaNodeAffinity, _
ignoreMissingIds As Boolean _
)
'Применение
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
)
Параметры
- startNumaNodeId
Тип: System. . :: . .Int32
An Int32 from 0 to Count -1 that specifies the beginning of the range of Numa nodes. If startIndex is not within the valid range, the following exception is returned: Specified argument was out of the range of valid values. Parameter name: startIndex.
- endNumaNodeId
Тип: System. . :: . .Int32
An Int32 that specifies the endIndex of the range. endIndex must be greater than or equal to startIndex and less than [P:Microsoft.SqlServer.Management.Smo.NumaNodeCollection.Count.]
If endIndex is not within the valid range, the following exception is returned: Specified argument was out of the range of valid values. Parameter name: endIndexd.
If endIndex is less than startIndex, the following exception is returned: The specified range of CPUs is not valid. The value for startIndex must be less than the value for endIndex.
- affinityMask
Тип: Microsoft.SqlServer.Management.Smo. . :: . .NumaNodeAffinity
A Boolean that specifies true if the affinity is set to each Numa node in the specified range. If false, affinity is removed from each Numa node in the specified range.
- ignoreMissingIds
Тип: System. . :: . .Boolean
A Boolean the specifies whether to ingore missing IDs.