Partager via


Classe ResourcePoolAffinityInfo

Represents information about the resource pool affinity.

Hiérarchie d'héritage

System.Object
  Microsoft.SqlServer.Management.Smo.AffinityInfoBase
    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 NotInheritable Class ResourcePoolAffinityInfo _
    Inherits AffinityInfoBase
'Utilisation
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

Le type ResourcePoolAffinityInfo expose les membres suivants.

Propriétés

  Nom Description
Propriété publique AffinityType Gets or sets the affinity type of the AffinityInfoBase. (hérité de AffinityInfoBase.)
Propriété publique NumaNodes Gets a collection that contains the NUMA node settings. (hérité de AffinityInfoBase.)
Propriété publique Parent Gets the parent object.
Propriété publique Schedulers Gets the CPU collection instance.

Haut de la page

Méthodes

  Nom Description
Méthode publique Alter Updates the AffinityInfo object property changes on the instance of SQL Server. (hérité de AffinityInfoBase.)
Méthode publique Equals (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode publique Refresh Refreshes the ResourcePoolAffinityInfo. (remplace AffinityInfoBase.Refresh().)
Méthode publique Script() Generates a Transact-SQL script. (hérité de AffinityInfoBase.)
Méthode publique Script(ScriptingOptions) Generates a Transact-SQL script. (hérité de AffinityInfoBase.)
Méthode publique 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.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Management.Smo