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