ResourcePoolAffinityType 열거형
Enumerates the possible affinity settings of the resource pool.
네임스페이스: Microsoft.SqlServer.TransactSql.ScriptDom
어셈블리: Microsoft.SqlServer.TransactSql.ScriptDom(Microsoft.SqlServer.TransactSql.ScriptDom.dll)
구문
‘선언
<SerializableAttribute> _
Public Enumeration ResourcePoolAffinityType
‘사용 방법
Dim instance As ResourcePoolAffinityType
[SerializableAttribute]
public enum ResourcePoolAffinityType
[SerializableAttribute]
public enum class ResourcePoolAffinityType
[<SerializableAttribute>]
type ResourcePoolAffinityType
public enum ResourcePoolAffinityType
멤버
멤버 이름 | 설명 | |
---|---|---|
None | No affinity settings was defined. | |
NumaNode | The NUMA node affinity type. | |
Scheduler | The Scheduler affinity type. |