共用方式為


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 命名空間