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.

請參閱

參考

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間