Freigeben über


ResourcePoolAffinityType-Enumeration

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

Elemente

Elementname Beschreibung
None No affinity settings was defined.
NumaNode The NUMA node affinity type.
Scheduler The Scheduler affinity type.

Siehe auch

Verweis

Microsoft.SqlServer.TransactSql.ScriptDom-Namespace