Classe AffinityInfoBase
Represents a base class of AffinityInfo.
Hiérarchie d'héritage
System.Object
Microsoft.SqlServer.Management.Smo.AffinityInfoBase
Microsoft.SqlServer.Management.Smo.AffinityInfo
Microsoft.SqlServer.Management.Smo.ResourcePoolAffinityInfo
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public MustInherit Class AffinityInfoBase _
Implements IAlterable, IScriptable
'Utilisation
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
Le type AffinityInfoBase expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
AffinityInfoBase | Initializes a new instance of the AffinityInfoBase class. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
AffinityType | Gets or sets the affinity type of the AffinityInfoBase. | |
NumaNodes | Gets a collection that contains the NUMA node settings. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Alter | Updates the AffinityInfo object property changes on the instance of SQL Server. | |
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
Refresh | Updates the AffinityInfoBase object. | |
Script() | Generates a Transact-SQL script. | |
Script(ScriptingOptions) | Generates a Transact-SQL script. | |
ToString | (hérité de Object.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.