AffinityInfoBase 클래스
Represents a base class of AffinityInfo.
상속 계층
System.Object
Microsoft.SqlServer.Management.Smo.AffinityInfoBase
Microsoft.SqlServer.Management.Smo.AffinityInfo
Microsoft.SqlServer.Management.Smo.ResourcePoolAffinityInfo
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public MustInherit Class AffinityInfoBase _
Implements IAlterable, IScriptable
‘사용 방법
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
AffinityInfoBase 유형에서 다음 멤버를 표시합니다.
생성자
이름 | 설명 | |
---|---|---|
![]() |
AffinityInfoBase | Initializes a new instance of the AffinityInfoBase class. |
맨 위로 이동
속성
이름 | 설명 | |
---|---|---|
![]() |
AffinityType | Gets or sets the affinity type of the AffinityInfoBase. |
![]() |
NumaNodes | Gets a collection that contains the NUMA node settings. |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
![]() |
Alter | Updates the AffinityInfo object property changes on the instance of SQL Server. |
![]() |
Equals | (Object에서 상속됨) |
![]() |
Finalize | (Object에서 상속됨) |
![]() |
GetHashCode | (Object에서 상속됨) |
![]() |
GetType | (Object에서 상속됨) |
![]() |
MemberwiseClone | (Object에서 상속됨) |
![]() |
Refresh | Updates the AffinityInfoBase object. |
![]() |
Script() | Generates a Transact-SQL script. |
![]() |
Script(ScriptingOptions) | Generates a Transact-SQL script. |
![]() |
ToString | (Object에서 상속됨) |
맨 위로 이동
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.