Enumeração ProcessAffinityType
Specifies the type of process affinity in ALTER SERVER CONFIGURATION statement.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public Enumeration ProcessAffinityType
'Uso
Dim instance As ProcessAffinityType
[SerializableAttribute]
public enum ProcessAffinityType
[SerializableAttribute]
public enum class ProcessAffinityType
[<SerializableAttribute>]
type ProcessAffinityType
public enum ProcessAffinityType
Membros
Nome do membro | Descrição | |
---|---|---|
Cpu | The Cpu type. | |
CpuAuto | The CpuAuto type. | |
NumaNode | The NumaNode type. |