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 | |
---|---|---|
![]() |
AffinityInfoBase | Initializes a new instance of the AffinityInfoBase class. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
![]() |
AffinityType | Gets or sets the affinity type of the AffinityInfoBase. |
![]() |
NumaNodes | Gets a collection that contains the NUMA node settings. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
![]() |
Alter | Updates the AffinityInfo object property changes on the instance of SQL Server. |
![]() |
Equals | (Geerbt von Object.) |
![]() |
Finalize | (Geerbt von Object.) |
![]() |
GetHashCode | (Geerbt von Object.) |
![]() |
GetType | (Geerbt von Object.) |
![]() |
MemberwiseClone | (Geerbt von Object.) |
![]() |
Refresh | Updates the AffinityInfoBase object. |
![]() |
Script() | Generates a Transact-SQL script. |
![]() |
Script(ScriptingOptions) | Generates a Transact-SQL script. |
![]() |
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.