Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the affinity mask associated with the scheduler.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Property AffinityMask As Boolean
Get
Set
'Usage
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)
Property Value
Type: System.Boolean
The affinity mask associated with the scheduler.