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

참고 항목

참조

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