Поделиться через


Свойство 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