Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Specifies the type of process affinity in ALTER SERVER CONFIGURATION statement.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration ProcessAffinityType
'Usage
Dim instance As ProcessAffinityType
[SerializableAttribute]
public enum ProcessAffinityType
[SerializableAttribute]
public enum class ProcessAffinityType
[<SerializableAttribute>]
type ProcessAffinityType
public enum ProcessAffinityType
Members
| Member name | Description | |
|---|---|---|
| Cpu | The Cpu type. | |
| CpuAuto | The CpuAuto type. | |
| NumaNode | The NumaNode type. |