ProcessAffinityType 枚举
Specifies the type of process affinity in ALTER SERVER CONFIGURATION statement.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
<SerializableAttribute> _
Public Enumeration ProcessAffinityType
用法
Dim instance As ProcessAffinityType
[SerializableAttribute]
public enum ProcessAffinityType
[SerializableAttribute]
public enum class ProcessAffinityType
[<SerializableAttribute>]
type ProcessAffinityType
public enum ProcessAffinityType
成员
成员名称 | 说明 | |
---|---|---|
Cpu | The Cpu type. | |
CpuAuto | The CpuAuto type. | |
NumaNode | The NumaNode type. |