ResourcePoolAffinityInfo Class

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
Public property AffinityType Gets or sets the affinity type of the AffinityInfoBase. (Inherited from AffinityInfoBase.)
Public property NumaNodes Gets a collection that contains the NUMA node settings. (Inherited from AffinityInfoBase.)
Public property Parent Gets the parent object.
Public property Schedulers Gets the CPU collection instance.

Top

Methods

  Name Description
Public method Alter Updates the AffinityInfo object property changes on the instance of SQL Server. (Inherited from AffinityInfoBase.)
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Refresh Refreshes the ResourcePoolAffinityInfo. (Overrides AffinityInfoBase.Refresh().)
Public method Script() Generates a Transact-SQL script. (Inherited from AffinityInfoBase.)
Public method Script(ScriptingOptions) Generates a Transact-SQL script. (Inherited from AffinityInfoBase.)
Public method 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.

See Also

Reference

Microsoft.SqlServer.Management.Smo Namespace