AffinityInfoBase Class

Represents a base class of AffinityInfo.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.Smo.AffinityInfoBase
    Microsoft.SqlServer.Management.Smo.AffinityInfo
    Microsoft.SqlServer.Management.Smo.ResourcePoolAffinityInfo

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public MustInherit Class AffinityInfoBase _
    Implements IAlterable, IScriptable
'Usage
Dim instance As AffinityInfoBase
public abstract class AffinityInfoBase : IAlterable, 
    IScriptable
public ref class AffinityInfoBase abstract : IAlterable, 
    IScriptable
[<AbstractClassAttribute>]
type AffinityInfoBase =  
    class 
        interface IAlterable 
        interface IScriptable 
    end
public abstract class AffinityInfoBase implements IAlterable, IScriptable

The AffinityInfoBase type exposes the following members.

Constructors

  Name Description
Protected method AffinityInfoBase Initializes a new instance of the AffinityInfoBase class.

Top

Properties

  Name Description
Public property AffinityType Gets or sets the affinity type of the AffinityInfoBase.
Public property NumaNodes Gets a collection that contains the NUMA node settings.

Top

Methods

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