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