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) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.SqlServer.Management.Smo 네임스페이스