Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents information about the resource pool affinity.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.Smo.AffinityInfoBase
Microsoft.SqlServer.Management.Smo.ResourcePoolAffinityInfo
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public NotInheritable Class ResourcePoolAffinityInfo _
Inherits AffinityInfoBase
'Usage
Dim instance As ResourcePoolAffinityInfo
public sealed class ResourcePoolAffinityInfo : AffinityInfoBase
public ref class ResourcePoolAffinityInfo sealed : public AffinityInfoBase
[<SealedAttribute>]
type ResourcePoolAffinityInfo =
class
inherit AffinityInfoBase
end
public final class ResourcePoolAffinityInfo extends AffinityInfoBase
The ResourcePoolAffinityInfo type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
AffinityType | Gets or sets the affinity type of the AffinityInfoBase. (Inherited from AffinityInfoBase.) |
![]() |
NumaNodes | Gets a collection that contains the NUMA node settings. (Inherited from AffinityInfoBase.) |
![]() |
Parent | Gets the parent object. |
![]() |
Schedulers | Gets the CPU collection instance. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Alter | Updates the AffinityInfo object property changes on the instance of SQL Server. (Inherited from AffinityInfoBase.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
Refresh | Refreshes the ResourcePoolAffinityInfo. (Overrides AffinityInfoBase.Refresh().) |
![]() |
Script() | Generates a Transact-SQL script. (Inherited from AffinityInfoBase.) |
![]() |
Script(ScriptingOptions) | Generates a Transact-SQL script. (Inherited from AffinityInfoBase.) |
![]() |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.