Compartir a través de


SchedulerCollection.SetAffinityToRange Método

Sets the affinity mask for the Scheduler in the specified range.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Sub SetAffinityToRange ( _
    startIndex As Integer, _
    endIndex As Integer, _
    affinityMask As Boolean _
)
'Uso
Dim instance As SchedulerCollection 
Dim startIndex As Integer 
Dim endIndex As Integer 
Dim affinityMask As Boolean

instance.SetAffinityToRange(startIndex, _
    endIndex, affinityMask)
public void SetAffinityToRange(
    int startIndex,
    int endIndex,
    bool affinityMask
)
public:
void SetAffinityToRange(
    int startIndex, 
    int endIndex, 
    bool affinityMask
)
member SetAffinityToRange : 
        startIndex:int * 
        endIndex:int * 
        affinityMask:bool -> unit
public function SetAffinityToRange(
    startIndex : int, 
    endIndex : int, 
    affinityMask : boolean
)

Parámetros

  • affinityMask
    Tipo: System.Boolean
    true to set the affinity to each scheduler in the specified range; otherwise, false.

Vea también

Referencia

SchedulerCollection Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo