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 | |
---|---|---|
AffinityInfoBase | Initializes a new instance of the AffinityInfoBase class. |
Top
Properties
Name | Description | |
---|---|---|
AffinityType | Gets or sets the affinity type of the AffinityInfoBase. | |
NumaNodes | Gets a collection that contains the NUMA node settings. |
Top
Methods
Name | Description | |
---|---|---|
Alter | Updates the AffinityInfo object property changes on the instance of SQL Server. | |
Equals | (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.) |
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.