AffinityInfoBase-Klasse

Represents a base class of AffinityInfo.

Vererbungshierarchie

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

Der AffinityInfoBase-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Geschützte Methode AffinityInfoBase Initializes a new instance of the AffinityInfoBase class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft AffinityType Gets or sets the affinity type of the AffinityInfoBase.
Öffentliche Eigenschaft NumaNodes Gets a collection that contains the NUMA node settings.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Alter Updates the AffinityInfo object property changes on the instance of SQL Server.
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode Refresh Updates the AffinityInfoBase object.
Öffentliche Methode Script() Generates a Transact-SQL script.
Öffentliche Methode Script(ScriptingOptions) Generates a Transact-SQL script.
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.SqlServer.Management.Smo-Namespace