다음을 통해 공유


Scheduler.AffinityMask 속성

Gets or sets the affinity mask associated with the scheduler.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
Public Property AffinityMask As Boolean 
    Get 
    Set
‘사용 방법
Dim instance As Scheduler 
Dim value As Boolean 

value = instance.AffinityMask

instance.AffinityMask = value
public bool AffinityMask { get; set; }
public:
property bool AffinityMask {
    bool get ();
    void set (bool value);
}
member AffinityMask : bool with get, set
function get AffinityMask () : boolean 
function set AffinityMask (value : boolean)

속성 값

유형: System.Boolean
The affinity mask associated with the scheduler.

참고 항목

참조

Scheduler 클래스

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