AffinityInfoBase Class
Represents a base class of AffinityInfo.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Microsoft.SqlServer.Management.Smo::AffinityInfoBase
Microsoft.SqlServer.Management.Smo::AffinityInfo
Microsoft.SqlServer.Management.Smo::ResourcePoolAffinityInfo
| Name | Description | |
|---|---|---|
![]() | AffinityInfoBase() | Initializes a new instance of the AffinityInfoBase class. |
| Name | Description | |
|---|---|---|
![]() | AffinityType | Gets or sets the affinity type of the AffinityInfoBase. |
![]() | ExecutionManager | Gets the execution manager of the AffinityInfoBase. |
![]() | NumaNodes | Gets a collection that contains the NUMA node settings. |
| Name | Description | |
|---|---|---|
![]() | Alter() | Updates the AffinityInfo object property changes on the instance of SQL Server. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | Refresh() | Updates the AffinityInfoBase object. |
![]() | Script() | Generates a Transact-SQL script. |
![]() | Script(ScriptingOptions^) | Generates a Transact-SQL script. |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


