หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Enumerates the possible affinity settings of the resource pool.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration ResourcePoolAffinityType
'Usage
Dim instance As ResourcePoolAffinityType
[SerializableAttribute]
public enum ResourcePoolAffinityType
[SerializableAttribute]
public enum class ResourcePoolAffinityType
[<SerializableAttribute>]
type ResourcePoolAffinityType
public enum ResourcePoolAffinityType
Members
| Member name | Description | |
|---|---|---|
| None | No affinity settings was defined. | |
| NumaNode | The NUMA node affinity type. | |
| Scheduler | The Scheduler affinity type. |